generated from terraform-linters/tflint-ruleset-template
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws_elasticache_replication_group same basic rules #140
Labels
enhancement
New feature or request
Comments
Looks good 👍 |
Rihoj
pushed a commit
to Rihoj/tflint-ruleset-aws
that referenced
this issue
Jul 19, 2021
…ests fir aws_elasticache_replication_group # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Date: Mon Jul 19 15:34:06 2021 -0400 # # On branch aws_elasticache_replication_group # Changes to be committed: # modified: docs/rules/aws_elasticache_cluster_default_parameter_group.md # new file: docs/rules/aws_elasticache_replication_group_default_parameter_group.md # new file: rules/aws_elasticache_replication_group_default_parameter_group.go # new file: rules/aws_elasticache_replication_group_default_parameter_group_test.go # new file: rules/aws_elasticache_replication_group_invalid_type.go # new file: rules/aws_elasticache_replication_group_invalid_type_test.go #
wata727
pushed a commit
that referenced
this issue
Jul 23, 2021
* aws_elasticache_replication_group - fixes #140 Add tests fir aws_elasticache_replication_group # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # Date: Mon Jul 19 15:34:06 2021 -0400 # # On branch aws_elasticache_replication_group # Changes to be committed: # modified: docs/rules/aws_elasticache_cluster_default_parameter_group.md # new file: docs/rules/aws_elasticache_replication_group_default_parameter_group.md # new file: rules/aws_elasticache_replication_group_default_parameter_group.go # new file: rules/aws_elasticache_replication_group_default_parameter_group_test.go # new file: rules/aws_elasticache_replication_group_invalid_type.go # new file: rules/aws_elasticache_replication_group_invalid_type_test.go # * aws_elasticache_replication_group - Fix variable, and registered to provider * aws_elasticache_replication_group - Add to readme * aws_elasticache_replication_group - Add docs for rule and register with provider * aws_elasticache_replication_group - Add missing docs * aws_elasticache_replication_group - Add previous type rule for replication group Co-authored-by: James Ray <jray@five-startech.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like aws_elasticache_replication_group could use some of the rules as aws_elasticache_cluster such as node type, default parameter group, etc. Is this of interest to the community?
The text was updated successfully, but these errors were encountered: