-
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/added new options to cloudfront distribution resource #16049
enhancement/added new options to cloudfront distribution resource #16049
Conversation
Apologies for the potentially unhelpful comment. However is there any particular reason this hasn't been merged? It seems to have been finished for a month now, and this feature is something we really could use. Thanks |
@cablespaghetti I think these are prioritised based on amount of 👍 on the PR but not 100% sure. Also probably doesn't help that I created a large PR with multiple features bundled in rather then a few smaller separate ones. |
fixed formatting and broken link Change expected error
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.
Looks great. Made a few small modifications to align with changes in the provider since the PR was created.
Thanks @bill-rich, much appreciated! |
This has been released in version 3.43.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Closes #15752
Closes #16009
Release note for CHANGELOG:
Output from acceptance testing:
The single failed acceptance test is due to me hitting the quota for imported certificates while testing this locally. The WARN and DEBUG messages appear to be a known issue in terraform.
I lumped origin_shield with the 2 new connection arguments since they were small changes, but happy to move them into their own PR if you want!