-
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
r/aws_sesv2_configuration_set - add vdm_options argument #28812
r/aws_sesv2_configuration_set - add vdm_options argument #28812
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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 🚀.
% make testacc TESTARGS='-run=TestAccSESV2ConfigurationSet_' PKG=sesv2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/sesv2/... -v -count 1 -parallel 20 -run=TestAccSESV2ConfigurationSet_ -timeout 180m
=== RUN TestAccSESV2ConfigurationSet_basic
=== PAUSE TestAccSESV2ConfigurationSet_basic
=== RUN TestAccSESV2ConfigurationSet_disappears
=== PAUSE TestAccSESV2ConfigurationSet_disappears
=== RUN TestAccSESV2ConfigurationSet_tlsPolicy
=== PAUSE TestAccSESV2ConfigurationSet_tlsPolicy
=== RUN TestAccSESV2ConfigurationSet_reputationMetricsEnabled
=== PAUSE TestAccSESV2ConfigurationSet_reputationMetricsEnabled
=== RUN TestAccSESV2ConfigurationSet_sendingEnabled
=== PAUSE TestAccSESV2ConfigurationSet_sendingEnabled
=== RUN TestAccSESV2ConfigurationSet_suppressedReasons
=== PAUSE TestAccSESV2ConfigurationSet_suppressedReasons
=== RUN TestAccSESV2ConfigurationSet_engagementMetrics
=== PAUSE TestAccSESV2ConfigurationSet_engagementMetrics
=== RUN TestAccSESV2ConfigurationSet_optimizedSharedDelivery
=== PAUSE TestAccSESV2ConfigurationSet_optimizedSharedDelivery
=== RUN TestAccSESV2ConfigurationSet_tags
=== PAUSE TestAccSESV2ConfigurationSet_tags
=== CONT TestAccSESV2ConfigurationSet_basic
=== CONT TestAccSESV2ConfigurationSet_suppressedReasons
=== CONT TestAccSESV2ConfigurationSet_tags
=== CONT TestAccSESV2ConfigurationSet_engagementMetrics
=== CONT TestAccSESV2ConfigurationSet_reputationMetricsEnabled
=== CONT TestAccSESV2ConfigurationSet_sendingEnabled
=== CONT TestAccSESV2ConfigurationSet_disappears
=== CONT TestAccSESV2ConfigurationSet_optimizedSharedDelivery
=== CONT TestAccSESV2ConfigurationSet_tlsPolicy
--- PASS: TestAccSESV2ConfigurationSet_disappears (26.61s)
--- PASS: TestAccSESV2ConfigurationSet_basic (39.64s)
--- PASS: TestAccSESV2ConfigurationSet_suppressedReasons (58.80s)
--- PASS: TestAccSESV2ConfigurationSet_engagementMetrics (60.44s)
--- PASS: TestAccSESV2ConfigurationSet_reputationMetricsEnabled (60.49s)
--- PASS: TestAccSESV2ConfigurationSet_optimizedSharedDelivery (61.14s)
--- PASS: TestAccSESV2ConfigurationSet_sendingEnabled (61.90s)
--- PASS: TestAccSESV2ConfigurationSet_tlsPolicy (62.24s)
--- PASS: TestAccSESV2ConfigurationSet_tags (73.33s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/sesv2 78.774s
@kamilturek Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.58.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. Thank you! |
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. |
Description
This PR adds the
vdm_options
argument to theaws_sesv2_configuration_set
resource.Relations
Relates #26796.
Closes #28249.
References
https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_VdmOptions.html
Output from Acceptance Testing