Closed ivanzolotuhin closed 17 hours ago
Hey @ivanzolotuhin 👋 Thank you for taking the time to file this. I suspect with the amount of time that's passed, you're no longer experiencing this, but I'd like to follow up just to be sure. On a quick look, it looks like certificate_body
, certificate_private_key
, and certificate_chain
are all marked as ForceNew: true
, which would at least explain why Terraform was attempting to recreate the resource.
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
[!WARNING] This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them.
Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed.
I am trying to replace imported cert which soon will expire to AWS Managed on aws_api_gateway_domain_name Edge cert
Terraform v0.12.23
replacing
to
Expected behaviour: tf just modifying resource. Only removes old cert and use Edge us-east-1 ACM cert. What actually happens it trying to recreate resource and recreate all dependant resources which is disaster.
Workaround steps: