-
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_ses_configuration_set: Add delivery options to allow a TlsPolicy of Require to be specified #11600
resource/aws_ses_configuration_set: Add delivery options to allow a TlsPolicy of Require to be specified #11600
Conversation
This is based on the potential syntax on #11197 - if there is a preference for a different syntax, I'm happy to update this PR |
Many thanks @richmidwinter for the approval. What's the next step for getting this merged? Cheers |
Any chance of an update on this please? Appreciate that some PRs are more important than others but this is fairly small all things considered. Would really appreciate this being merged. Many thanks |
We would love to see this get in as well. @bflad are you the right reviewer here? Thanks in advance! |
Re-ran the acceptance tests after resolving the merge conflicts:
|
@richmidwinter are you able to review and merge? We're very interested in seeing this reach mainline. Thanks. |
Re-ran the acceptance tests after merging master and adopting
|
2673158
to
994f6d2
Compare
Hi @richmidwinter / @bflad - is there any chance this could be looked at/merged? It's not much fun dealing with merge conflicts when they pop up and it's been open for 9 months now. Many thanks |
Any update on this? We have a pretty heavy requirement for this configuration set to be enabled |
Hi @marcjay 👋 Thank you for your work on this PR! In order to expedite the process and get this into our upcoming release, I'm going to rebase and likely make some minor adjustments. Make sure that you have checked the box "Allow edits from maintainers." Also, please coordinate with us before making any commits to this branch. Again, thank you for your help and we look forward to this popular addition to the AWS provider! |
40659b0
to
994f6d2
Compare
… TlsPolicy to be specified
Update r/aws_ses_configuration_set documentation for delivery_options/tls_policy References hashicorp#11197
941b238
to
063c6ce
Compare
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.
Output of acceptance tests (commercial):
--- PASS: TestAccAWSSESConfigurationSet_basic (14.28s)
--- PASS: TestAccAWSSESConfigurationSet_emptyDeliveryOptions (14.66s)
--- PASS: TestAccAWSSESConfigurationSet_deliveryOptions (15.44s)
--- PASS: TestAccAWSSESConfigurationSet_update_emptyDeliveryOptions (31.54s)
--- PASS: TestAccAWSSESConfigurationSet_update_deliveryOptions (39.64s)
063c6ce
to
b906144
Compare
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.
Thanks again @marcjay! 🚀
This has been released in version 3.28.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 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! |
Community Note
Closes #11197
Release note for CHANGELOG:
Output from acceptance testing: