-
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
resource/api_gateway_domain_name: Add support for security_policy #9128
Conversation
Nice, was just looking for this. LGTM? |
@stack72 any ETA on when this PR can be merged? We are seeking this functionality as well. Thanks |
@AmillerSC I’m just a community member - the merge is down to the Terraform team so we need to wait for them I’m afraid |
@stack72 Understood - appreciate your contribution. I found it odd this wasn't already possible because the documentation says "This resource just establishes ownership of and the TLS settings for a particular domain name." |
Yeah that statement in the docs confused me too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks, @stack72! 🚀 One minor note, moved the testing to its own acceptance test and test configuration in a followup commit. 👍
--- PASS: TestAccAWSAPIGatewayDomainName_SecurityPolicy (66.49s)
--- PASS: TestAccAWSAPIGatewayDomainName_RegionalCertificateArn (121.03s)
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! |
Fixes: #9100