-
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
Ses awssdkv2 migration #38568
Ses awssdkv2 migration #38568
Conversation
Community NoteVoting for Prioritization
For Submitters
|
This comment was marked as resolved.
This comment was marked as resolved.
```console % make testacc PKG=ses TESTS=TestAccSESDomainIdentityVerification_ make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.22.5 test ./internal/service/ses/... -v -count 1 -parallel 20 -run='TestAccSESDomainIdentityVerification_' -timeout 360m === RUN TestAccSESDomainIdentityVerification_basic domain_identity_verification_test.go:27: Environment variable SES_DOMAIN_IDENTITY_ROOT_DOMAIN is not set. For DNS verification requests, this domain must be publicly accessible and configurable via Route53 during the testing. --- SKIP: TestAccSESDomainIdentityVerification_basic (0.00s) === RUN TestAccSESDomainIdentityVerification_timeout === PAUSE TestAccSESDomainIdentityVerification_timeout === RUN TestAccSESDomainIdentityVerification_nonexistent === PAUSE TestAccSESDomainIdentityVerification_nonexistent === CONT TestAccSESDomainIdentityVerification_timeout === CONT TestAccSESDomainIdentityVerification_nonexistent --- PASS: TestAccSESDomainIdentityVerification_nonexistent (4.52s) --- PASS: TestAccSESDomainIdentityVerification_timeout (11.75s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/ses 16.412s ```
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
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 PKG=ses
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.5 test ./internal/service/ses/... -v -count 1 -parallel 20 -timeout 360m
--- PASS: TestAccSESDomainIdentityVerification_nonexistent (12.86s)
=== CONT TestAccSESDomainIdentity_trailingPeriod
--- PASS: TestAccSESDomainIdentity_trailingPeriod (2.62s)
=== CONT TestAccSESDomainIdentity_disappears
--- PASS: TestAccSESDomainIdentityVerification_timeout (23.59s)
=== CONT TestAccSESIdentityPolicy_basic
--- PASS: TestAccSESDomainIdentity_basic (31.98s)
=== CONT TestAccSESIdentityPolicy_policy
--- PASS: TestAccSESEmailIdentityDataSource_trailingPeriod (32.49s)
=== CONT TestAccSESIdentityPolicy_Identity_email
--- PASS: TestAccSESEmailIdentityDataSource_basic (32.51s)
=== CONT TestAccSESReceiptFilter_disappears
--- PASS: TestAccSESTemplate_disappears (33.61s)
=== CONT TestAccSESReceiptRuleSet_basic
--- PASS: TestAccSESReceiptRuleSet_disappears (33.74s)
=== CONT TestAccSESConfigurationSet_reputationMetricsEnabled
--- PASS: TestAccSESDomainMailFrom_Disappears_identity (34.07s)
=== CONT TestAccSESConfigurationSet_Update_deliveryOptions
--- PASS: TestAccSESIdentityPolicy_ignoreEquivalent (36.66s)
=== CONT TestAccSESConfigurationSet_deliveryOptions
--- PASS: TestAccSESEmailIdentity_trailingPeriod (39.38s)
=== CONT TestAccSESIdentityNotificationTopic_basic
--- PASS: TestAccSESConfigurationSet_emptyDeliveryOptions (39.71s)
=== CONT TestAccSESReceiptFilter_basic
--- PASS: TestAccSESTemplate_basic (39.75s)
=== CONT TestAccSESDomainMailFrom_disappears
=== CONT TestAccSESEventDestination_disappears
--- PASS: TestAccSESEmailIdentity_basic (39.90s)
=== RUN TestAccSESActiveReceiptRuleSet_serial/Resource/disappears
--- PASS: TestAccSESReceiptRule_basic (40.10s)
=== CONT TestAccSESReceiptRule_stopAction
--- PASS: TestAccSESDomainIdentity_disappears (26.82s)
=== CONT TestAccSESReceiptRule_disappears
=== CONT TestAccSESReceiptRule_actions
--- PASS: TestAccSESReceiptRule_s3Action (45.17s)
--- PASS: TestAccSESDomainMailFrom_behaviorOnMxFailure (59.56s)
=== CONT TestAccSESReceiptRule_order
--- PASS: TestAccSESDomainMailFrom_basic (61.31s)
=== CONT TestAccSESDomainDKIM_basic
--- PASS: TestAccSESIdentityPolicy_basic (38.02s)
=== CONT TestAccSESConfigurationSet_disappears
--- PASS: TestAccSESReceiptFilter_disappears (30.12s)
=== CONT TestAccSESDomainIdentityDataSource_basic
--- PASS: TestAccSESIdentityPolicy_Identity_email (35.46s)
=== CONT TestAccSESConfigurationSet_Update_emptyDeliveryOptions
=== RUN TestAccSESActiveReceiptRuleSet_serial/DataSource
=== RUN TestAccSESActiveReceiptRuleSet_serial/DataSource/basic
--- PASS: TestAccSESReceiptRuleSet_basic (38.28s)
=== CONT TestAccSESReceiptRule_snsAction
--- PASS: TestAccSESDomainMailFrom_disappears (32.33s)
=== CONT TestAccSESConfigurationSet_sendingEnabled
--- PASS: TestAccSESConfigurationSet_deliveryOptions (36.87s)
=== CONT TestAccSESConfigurationSet_basic
--- PASS: TestAccSESReceiptFilter_basic (37.68s)
=== CONT TestAccSESReceiptRule_lambdaAction
--- PASS: TestAccSESReceiptRule_stopAction (40.65s)
=== CONT TestAccSESReceiptRule_snsActionEncoding
--- PASS: TestAccSESReceiptRule_actions (36.40s)
--- PASS: TestAccSESTemplate_update (82.29s)
--- PASS: TestAccSESDomainIdentityDataSource_basic (27.20s)
--- PASS: TestAccSESConfigurationSet_disappears (28.25s)
--- PASS: TestAccSESIdentityPolicy_policy (57.88s)
--- PASS: TestAccSESDomainDKIM_basic (28.78s)
--- PASS: TestAccSESReceiptRule_order (34.08s)
--- PASS: TestAccSESReceiptRule_disappears (52.02s)
=== RUN TestAccSESActiveReceiptRuleSet_serial/DataSource/noActiveRuleSet
--- PASS: TestAccSESActiveReceiptRuleSet_serial (99.89s)
--- PASS: TestAccSESActiveReceiptRuleSet_serial/Resource (71.86s)
--- PASS: TestAccSESActiveReceiptRuleSet_serial/Resource/basic (40.03s)
--- PASS: TestAccSESActiveReceiptRuleSet_serial/Resource/disappears (31.83s)
--- PASS: TestAccSESActiveReceiptRuleSet_serial/DataSource (28.03s)
--- PASS: TestAccSESActiveReceiptRuleSet_serial/DataSource/basic (25.44s)
--- PASS: TestAccSESActiveReceiptRuleSet_serial/DataSource/noActiveRuleSet (2.59s)
--- PASS: TestAccSESConfigurationSet_basic (27.66s)
--- PASS: TestAccSESReceiptRule_snsAction (29.76s)
--- PASS: TestAccSESConfigurationSet_reputationMetricsEnabled (68.68s)
--- PASS: TestAccSESReceiptRule_snsActionEncoding (24.23s)
--- PASS: TestAccSESIdentityNotificationTopic_basic (67.53s)
--- PASS: TestAccSESReceiptRule_lambdaAction (35.83s)
--- PASS: TestAccSESConfigurationSet_Update_deliveryOptions (79.69s)
--- PASS: TestAccSESConfigurationSet_sendingEnabled (45.13s)
--- PASS: TestAccSESConfigurationSet_Update_emptyDeliveryOptions (50.01s)
--- PASS: TestAccSESEventDestination_basic (124.22s)
--- PASS: TestAccSESEventDestination_disappears (103.00s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ses 149.762s
Thanks for your contribution, @HubbardHarvey3! 👍 |
This functionality has been released in v5.62.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
Migrating SES to AWS SDK Go v2
Relations
Closes #36212
Relates #32976
References
Output from Acceptance Testing