-
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
Changing certificate validation records, triggers diff bug #8848
Comments
Hi everyone 👋 Sorry you ran into this confusing error and thank you for reporting it. There have been a lot of relevant changes in the Terraform Core and Terraform AWS Provider codebases since this issue was originally reported so as a first step it might be best to try updating to recent versions of both and seeing if any of those updates may have resolved this issue. Attempting to troubleshoot these types of errors is very difficult in Terraform 0.11 and earlier as those versions will report this problem ( In Terraform 0.12 and later, the "value did not match" type of error can now be found with the newer Since the majority of the Terraform code path and reporting structure of these errors has changed between Terraform 0.11 and 0.12, along with the difficult triage process in Terraform 0.11 and earlier, the maintainers prefer to close these older issues to continue troubleshooting and fixing based on Terraform 0.12's error reporting instead. I apologize for this unsatisfying closure of this particular version of the issue. That said, if the configuration does happen to reproduce the newer |
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
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Run should replace certs correctly.
Actual Behavior
Crashes.
Steps to Reproduce
terraform apply
terraform apply
# errorsterraform apply
# completes successfullyImportant Factoids
Crash occurs for all our certificates managed this way.
References
The text was updated successfully, but these errors were encountered: