feat: add verification_status attribute to aws_sesv2_email_identity#44045
Conversation
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
ewbankkit
left a comment
There was a problem hiding this comment.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccSESV2EmailIdentity_basic\|TestAccSESV2EmailIdentityDataSource_basic' PKG=sesv2
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.24.6 test ./internal/service/sesv2/... -v -count 1 -parallel 20 -run=TestAccSESV2EmailIdentity_basic\|TestAccSESV2EmailIdentityDataSource_basic -timeout 360m -vet=off
2025/08/27 08:44:03 Creating Terraform AWS Provider (SDKv2-style)...
2025/08/27 08:44:03 Initializing Terraform AWS Provider (SDKv2-style)...
=== RUN TestAccSESV2EmailIdentityDataSource_basic
=== PAUSE TestAccSESV2EmailIdentityDataSource_basic
=== RUN TestAccSESV2EmailIdentity_basic_emailAddress
=== PAUSE TestAccSESV2EmailIdentity_basic_emailAddress
=== RUN TestAccSESV2EmailIdentity_basic_domain
=== PAUSE TestAccSESV2EmailIdentity_basic_domain
=== CONT TestAccSESV2EmailIdentityDataSource_basic
=== CONT TestAccSESV2EmailIdentity_basic_domain
=== CONT TestAccSESV2EmailIdentity_basic_emailAddress
--- PASS: TestAccSESV2EmailIdentityDataSource_basic (13.18s)
--- PASS: TestAccSESV2EmailIdentity_basic_domain (14.82s)
--- PASS: TestAccSESV2EmailIdentity_basic_emailAddress (14.84s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/sesv2 20.415s|
@ewbankkit thanks for fixing the changelog filename! much appreciated |
|
@stefanfreitag Thanks for the contribution 🎉 👏. |
|
Warning This Issue has been closed, meaning that any additional comments are much easier for the maintainers to miss. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
|
This functionality has been released in v6.11.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. |
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the library.
Changes to Security Controls
No changes to security controls are implemented
Description
The resource and data source
aws_sesv2_email_identityare enhanced by adding the attributeverification_status. This attribute shows the verification status of the identity. The status can be one of the following:Documentation for both has been updated accordingly.
Relations
Closes #41634
References
VerificationStatusOutput from Acceptance Testing
Datasource
Resource