-
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_ssm_resource_data_sync - doesn't support update #7351
Comments
Hi @egirard78 👋 Thanks for reporting this issue and sorry for the unexpected behavior! This is certainly an implementation bug with the resource's schema definition. Each of the attributes under the Normally this should be caught by the Terraform schema validation that occurs when starting the provider, but it appears we have some missing validation for situations involving children attributes like these. I'll take a note of this case here so we can get that validation added and prevent this issue in the future for all Terraform resources. As a workaround to the current situation, you can use $ terraform taint aws_ssm_resource_data_sync.data_sync |
Issue #7351: aws_ssm_resource_data_sync - doesn't support update
The fix for having the resource automatically trigger resource updates when attributes inside the |
This has been released in version 1.59.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
I confirm the issue is fixed in the 1.59 release. Thanks a lot!! |
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 version: 0.11.10
AWS provider: 1.57.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
Debug output related to the issue: aws_ssm_resource_data_sync - Debug log.
Panic Output
None.
Expected Behavior
Recreate the aws_ssm_resource_data_sync when changing the S3 configuration of this resource.
Actual Behavior
The following error message:
aws_ssm_resource_data_sync.data_sync: doesn't support update
Steps to Reproduce
terraform apply
Important Factoids
None.
References
None.
The text was updated successfully, but these errors were encountered: