-
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
r/aws_sesv2_configuration: Fix delivery_options.max_delivery_seconds
handling
#40670
r/aws_sesv2_configuration: Fix delivery_options.max_delivery_seconds
handling
#40670
Conversation
Community NoteVoting for Prioritization
For Submitters
|
Hi @kamilturek, thanks for raising the pull request! I did a bit of manual testing and |
b860032
to
498679b
Compare
Hey @stefanfreitag! Good point. This should be now fixed. Thanks. |
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_deliveryOptions' PKG=sesv2
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.3 test ./internal/service/sesv2/... -v -count 1 -parallel 20 -run=TestAccSESV2ConfigurationSet_deliveryOptions -timeout 360m
2024/12/23 08:19:23 Initializing Terraform AWS Provider...
=== RUN TestAccSESV2ConfigurationSet_deliveryOptions
=== PAUSE TestAccSESV2ConfigurationSet_deliveryOptions
=== CONT TestAccSESV2ConfigurationSet_deliveryOptions
--- PASS: TestAccSESV2ConfigurationSet_deliveryOptions (29.42s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/sesv2 34.933s
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 🚀
@kamilturek Thanks for the contribution 🎉 👏. |
Description
This PR fixes a bug when
MaxDeliverySeconds
was included in the API request even if not set in the configuration.Relations
Closes #40591.
References
https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DeliveryOptions.html#SES-Type-DeliveryOptions-MaxDeliverySeconds
Output from Acceptance Testing