-
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_event_destination: new resource #27565
r/aws_sesv2_configuration_set_event_destination: new resource #27565
Conversation
Community NoteVoting for Prioritization
For Submitters
|
@kamilturek Any possibility this can be finished? |
Hey @F21, I've been short on free time recently but I'll come back and finish it soon 👍 |
6d44848
to
0793c62
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.
LGTM 🎉
$ make testacc TESTARGS="-run=TestAccSESV2ConfigurationSetEventDestination_" PKG=sesv2 ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/sesv2/... -v -count 1 -parallel 2 -run=TestAccSESV2ConfigurationSetEventDestination_ -timeout 180m
=== RUN TestAccSESV2ConfigurationSetEventDestination_basic
=== PAUSE TestAccSESV2ConfigurationSetEventDestination_basic
=== RUN TestAccSESV2ConfigurationSetEventDestination_cloudWatchDestination
=== PAUSE TestAccSESV2ConfigurationSetEventDestination_cloudWatchDestination
=== RUN TestAccSESV2ConfigurationSetEventDestination_kinesisFirehoseDestination
=== PAUSE TestAccSESV2ConfigurationSetEventDestination_kinesisFirehoseDestination
=== RUN TestAccSESV2ConfigurationSetEventDestination_pinpointDestination
=== PAUSE TestAccSESV2ConfigurationSetEventDestination_pinpointDestination
=== RUN TestAccSESV2ConfigurationSetEventDestination_snsDestination
=== PAUSE TestAccSESV2ConfigurationSetEventDestination_snsDestination
=== RUN TestAccSESV2ConfigurationSetEventDestination_disappears
=== PAUSE TestAccSESV2ConfigurationSetEventDestination_disappears
=== CONT TestAccSESV2ConfigurationSetEventDestination_basic
=== CONT TestAccSESV2ConfigurationSetEventDestination_pinpointDestination
--- PASS: TestAccSESV2ConfigurationSetEventDestination_basic (26.30s)
=== CONT TestAccSESV2ConfigurationSetEventDestination_kinesisFirehoseDestination
--- PASS: TestAccSESV2ConfigurationSetEventDestination_pinpointDestination (27.54s)
=== CONT TestAccSESV2ConfigurationSetEventDestination_cloudWatchDestination
--- PASS: TestAccSESV2ConfigurationSetEventDestination_cloudWatchDestination (22.21s)
=== CONT TestAccSESV2ConfigurationSetEventDestination_disappears
--- PASS: TestAccSESV2ConfigurationSetEventDestination_disappears (11.39s)
=== CONT TestAccSESV2ConfigurationSetEventDestination_snsDestination
--- PASS: TestAccSESV2ConfigurationSetEventDestination_snsDestination (24.09s)
--- PASS: TestAccSESV2ConfigurationSetEventDestination_kinesisFirehoseDestination (268.21s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/sesv2 301.046s
Thanks for your contribution @kamilturek! Really impressive to get all of those destinations implemented together with full test coverage 👍 |
This functionality has been released in v4.50.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 introduces the
aws_sesv2_configuration_set_event_destination
resource.Relations
Relates #26796.
Closes #17570.
References
https://docs.aws.amazon.com/ses/latest/APIReference-V2/Welcome.html
Output from Acceptance Testing