-
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
resource/aws_acm_certificate: Error with chain argument when updating an imported certificate #10847
resource/aws_acm_certificate: Error with chain argument when updating an imported certificate #10847
Comments
This may be related to #9809. |
Hi folks 👋 The fix for this, saving the full attribute values in the Terraform state instead of hashed values, has been merged and will release with version 3.0.0 of the Terraform AWS Provider, likely in two weeks. The version 3 upgrade guide will outline some details about a one-time
If you have trouble after upgrading to version 3.0.0 of the Terraform AWS Provider, please create a new issue and we will take a look. Thanks so much and apologies for the frustrating behavior in the meantime. |
This has been released in version 3.0.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.13
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/rdublenych/33205d1664f88db3709e0712ab5054d0
Expected Behavior
aws_acm certificate resource should be updated with the given certificate data
Actual Behavior
Steps to Reproduce
terraform apply
(to import certificate)terraform apply
(to update imported certificate)Important Factoids
aws_acm_certificate
resources with the generated certificate data works well.run
terraform apply
first time (import new certificate)run
terraform apply
second time (update imported certificate):only certificate body was updated, chain and private key remain the same - see the length of CertificateChain and PrivateKey:
References
The text was updated successfully, but these errors were encountered: