-
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
aws_acm_certificate attributes reference - non existing attributes #11805
Comments
I did have the same problem and Terragrunt did not let me execute a plan. After trying a few things such as changing Terraform version and provider version, the only thing which helped me get to a plan was to remove the resource from the state and reimport it. I've used an older provider when doing so and I did not test whether it would work on the new provider. My current versions are:
|
I had the same problem with Removing from state and then importing the resource once again fixed the problem. I am using Terragrunt and fixed it while using the latest Terraform, Terragrunt and AWS provider. Versions:
Removing:
Importing:
After this, |
Hey y'all 👋 Thank you for taking the time to file this, and for the continued discussion! Given that there's been a number of AWS provider releases since the most recent comment, can anyone confirm whether they're still experiencing this behavior? |
Since there's been no response, we will assume that this issue has been resolved and will close it. |
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. |
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
aws_acm_certificate.cert.arn
should return certificatearn
Actual Behavior
Steps to Reproduce
terraform apply
without outputs defined. It will work and create certificateterraform plan
Important Factoids
Certificate Authority
certificate_authority_arn
used in configuration is AWS ACM Private CA. It is in an Active state!Certificate exist and it's working fine.
The text was updated successfully, but these errors were encountered: