Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 16, 2021
1 parent 6f6148e commit b732720
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ses-domain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
7 changes: 7 additions & 0 deletions ses-domain/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit b732720

Please sign in to comment.