-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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_config_configuration_aggregator: Provider produced inconsistent result after apply #11769
Comments
i think this has got to do with the fact that when setting the id for the resource for some reason a tolower func was used: this is my hunch. |
update: i am able to recreate the problem the it seems that this will be a breaking change to fix this, it's a small change but i will wait for maintaners to respond for a second opinion. |
Any idea what would happen with this? |
Is there a workaround available? I have encountered this issue too. When I build locally on Mac works find when I build in a container on Jenkins produces "registry.terraform.io/-/aws" produced an unexpected new value for was present, but now absent." |
If it's possible use a lower case name for the resource, that should workaround this for now |
Thanks will give that a try |
Unfortunately this keeps popping up from time to time for me. |
Had the issue with Terraform v0.12.28 and provider.aws v3.13.0. |
Any updates on this? This issue has been open for almost a year and it's still giving problems. |
This has been released in version 3.34.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
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! |
Community Note
Terraform Version
Terraform v0.12.20
Affected Resource(s)
Terraform Configuration Files
org_account_ids is passed on commandline via
Debug Output
Panic Output
Expected Behavior
Actual Behavior
Bombed out with error
Steps to Reproduce
HCL listed above
terraform apply
Important Factoids
Important fact: the aggregator is specified in full caps in the tf code, but the debug output returns it in lowercase.
I've manually imported the aggregator in the state file using
and now it deploys without issues (and doesn't try to redeploy it).
This came to light in the terraform 0.11 to 0.12 upgrade.
References
The text was updated successfully, but these errors were encountered: