From b73272069d8ccd20d8a78adea1be6ba397ac6127 Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 16 Mar 2021 13:51:39 -0400 Subject: [PATCH] update doc --- ses-domain/README.md | 7 +++++++ ses-domain/main.tf | 7 +++++++ 2 files changed, 14 insertions(+) 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 = [