-
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
Backup plan fails to apply updated recovery point tags #8431
Comments
It looks like |
+1 |
👍 |
The issue description does not quite capture the severity of the issue. As of AWS provider 2.23.0, if you So here's another way to create the bug:
In this case, Terraform should have removed the tags, but the apply still fails with the same error message posted above. At my organization, tagging snapshots is a requirement, so I cannot use Terraform for AWS backup until this bug is fixed. |
I am encountering this with: Terraform v0.12.12 I agree with the priority assessment. It is not currently possible to apply any changes. In my case, my org is requiring tagging changes that I cannot provide via terraform. |
PR submitted to fix: #10641. |
The fixes for these issues has been merged and will release with version 2.34.0 of the Terraform AWS Provider, on Thursday. Thanks to @ewbankkit for the implementation. |
This has been released in version 2.34.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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.11.13
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
Apply should have updated the tags
Actual Behavior
Steps to Reproduce
aws_backup_plan
resource (terraform apply
)recovery_point_tags
attributes - add/change/remove a tagterraform apply
againReferences
This same issue was mentioned in another issue, but it's different from that issue. #8193 (comment)
The text was updated successfully, but these errors were encountered: