-
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
[Enhancement]: Add validation_options attribute to aws_acm_certificate data source #32470
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Hey @alicek106 👋 Thank you for taking the time to raise this! I see that you mentioned that you've got a working patch -- are you interested in opening a pull request to this repository for consideration to be merged in? |
sure, I'll open PR for it. |
@alicek106 Any update about it? can I help you with it? |
Hi mtavaresmedeiros, as I was busy because of works, I completely forgot this issue. I'll create a PR in this week. |
opened PR : #35935 |
I also need this - the PR had been closed because of inactivity... any chance to reopen and actually merge it? |
@camina-keil-tqgg There was no any review for 8 months so I closed it 😢 I can reopen it but I'm not sure there will be any reviews from contributors |
Description
Currently data soruce
aws_acm_certificate
doesn't providevalidation_options
attributes which include validation record type and name. Onlyaws_acm_certificate
resource providesvalidation_options
(ref) for now.In my case certificate validation record and aws_acm_certificate resource should be created at different terraform codes, so I hope
aws_acm_certificate
data source can providevalidation_options
.To solve this problem I tried to use external data source with shell script, but it was very easy to add
validation_options
attribute toaws_acm_certificate
data source. I'm using custom patched provider by myself.Affected Resource(s) and/or Data Source(s)
aws_acm_certificate (data source)
Potential Terraform Configuration
References
https://stackoverflow.com/questions/74577924/cant-access-domain-validation-options-for-acm-cert-in-terraform
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/acm_certificate
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: