Circular Tag Clobbering with tags_all metadata resulting in tag overwrites #19744
Labels
provider
Pertains to the provider itself, rather than any interaction with AWS.
service/acm
Issues and PRs that pertain to the acm service.
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
When updating a tag in the configuration files:
terraform plan
should show this changeterraform apply
should apply this changeterraform plan
should no longer show this changeActual Behavior
terraform plan
shows this changeterraform apply
applies this changeterraform plan
continues to show this change <-- This is the error!Steps to Reproduce
terraform plan
shows the changeterraform state show
shows the following:terraform apply
the planterraform state show
does not reflect this change:terraform plan
again and we're back where we startedImportant Factoids
The text was updated successfully, but these errors were encountered: