hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.84k stars 9.19k forks source link

[Docs]: Need more description what ses_domain_identity_verification does #40055

Open EugenKon opened 1 week ago

EugenKon commented 1 week ago

Documentation Link

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ses_domain_identity_verification

Description

This is not clear which part of domain identity verification it belongs:

Also this documentation lacks information about outcome when this "resource" is used.

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 1 week ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

justinretzolk commented 4 days ago

Hey @EugenKon 👋 Thank you for taking the time to raise this! This resource doesn't represent a "real" resource in AWS; it's just used to help with the verification workflow. The example shows the most common usage, as described in the resource description:

Most commonly, this resource is used together with aws_route53_record and aws_ses_domain_identity to request an SES domain identity, deploy the required DNS verification records, and wait for verification to complete.

In that example, this resource handles the "and wait for verification to complete" part; it's used to represent a successful verification.