-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Creating a new aws_config_configuration_aggregator appears to not add to state if name has uppercase letters #8432
Comments
I actually run into |
I have what I believe is a related issue:
Execution plan results in:
I did expect to see CCCCCCCCCCCC removed, as it's not part of the list I'm passing in to the variable. However, notice B is both added and removed. Attempting to apply results in:
I believe this part of related state management problems for this resource. |
Same behavior is still present in version 3.2.0...
|
still same problem with 3.7 |
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
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform apply
terraform apply
againterraform import aws_config_configuration_aggregator.account MyAccountAggregator
terraform apply
againImportant Factoids
I haven't redacted any sensitive tokens from the debug output so I haven't got the entire thing to post, but I did save debug output for each run and did a diff. This stood out:
...which led to me to try the same exercise again, with the name
my-account-aggregator
instead. This worked fine.So it appears that:
The text was updated successfully, but these errors were encountered: