diff --git a/ses-domain/README.md b/ses-domain/README.md index bcf9d77..ff0263c 100644 --- a/ses-domain/README.md +++ b/ses-domain/README.md @@ -43,6 +43,13 @@ module "ses" { } ``` +# After DNS is updated +Once DNS has been updated, you can run `tf-apply` on the resource again. It will look for a non-empty value +for the TXT record and if so, complete the validation process. Here is an example: +```console +% tf-apply -target=module.ses +``` + # Sample Output ```hcl ses_dkim_values = [ diff --git a/ses-domain/main.tf b/ses-domain/main.tf index a5ea30c..637c8cc 100644 --- a/ses-domain/main.tf +++ b/ses-domain/main.tf @@ -44,6 +44,13 @@ * } * ``` * +* # After DNS is updated +* Once DNS has been updated, you can run `tf-apply` on the resource again. It will look for a non-empty value +* for the TXT record and if so, complete the validation process. Here is an example: +* ```console +* % tf-apply -target=module.ses +* ``` +* * # Sample Output * ```hcl * ses_dkim_values = [