-
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
Resource aws_acm_certificate does not have attribute 'domain_validation_options.0.resource_record_value' #9345
Comments
I'm having the same problem (provider.aws 2.21.0) |
On my side, this error just appeared end of last week but I am sometimes able to just relaunch deployment and it works but I am not able to tell when it will work and when not. This was working perfectly well before end of last week as I have been doing quite a lot of identical deployments over last few months without any issues |
please also note that on my side, I made some more experiments today and I'd like to make some more statements here.
this definitely seems like a timing issue on an API which is now returning faster/with more incomplete result... |
And the complete error I am getting:
|
Hi folks 👋 Thanks for reporting this and sorry you are having trouble with the Terraform |
Just to confirm what I thought. If I add some retry condition within the following lines in the code so that when domainValidationOptions is nil, we retry then the error goes away 100% of the time This is definitely a timing issue in AWS provider exchanges with AWS API |
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! |
I'm trying to create a set of verification records for my ACM certs using Terraform, and I'm running into a strange issue.
Whenever I run that, I get the following set of errors:
What's odd is that this is almost a carbon copy of the example in the docs, just modified to use the "count" attribute and iterate a list of hostnames automatically.
https://www.terraform.io/docs/providers/aws/r/acm_certificate_validation.html#dns-validation-with-route-53
Debug Notes:
The text was updated successfully, but these errors were encountered: