We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fjohnson@fjohnson-Latitude-E6540:~/Desktop/test$ ~/Desktop/programs/terraform version Terraform v0.10.8
resource "aws_elasticache_parameter_group" "redis_parameter_group" { name = "BUG" family = "redis3.2" }
https://gist.github.com/forestjohnsonpeoplenet/d6c0b0d750bde4ee0b88846d7030e79f
The aws_elasticache_parameter_group entity in the TFState file should have an all lowercase name even if the user enters upper case characters.
AWS lowercased the name but terraform did not. Then terraform got confused and errored out.
terraform apply
Note that if you start fresh (delete the TFState) and rename it to "bug" rather than "BUG" it will work.
The text was updated successfully, but these errors were encountered:
what aws looks like after running apply
apply
Sorry, something went wrong.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!
Successfully merging a pull request may close this issue.
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/forestjohnsonpeoplenet/d6c0b0d750bde4ee0b88846d7030e79f
Expected Behavior
The aws_elasticache_parameter_group entity in the TFState file should have an all lowercase name even if the user enters upper case characters.
Actual Behavior
AWS lowercased the name but terraform did not. Then terraform got confused and errored out.
Steps to Reproduce
terraform apply
Note that if you start fresh (delete the TFState) and rename it to "bug" rather than "BUG" it will work.
The text was updated successfully, but these errors were encountered: