Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 16, 2021
1 parent f6d1159 commit b0523d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ses-domain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Once DNS has been updated, you can run `tf-apply` on the resource again. It wil
for the TXT record and if so, complete the validation process. Here is an example:
```console
% tf-apply -target=module.ses
** Terraform will perform the following actions:
Terraform will perform the following actions:

# module.ses.aws_ses_domain_identity_verification.this[0] will be created
+ resource "aws_ses_domain_identity_verification" "this" {
Expand Down
2 changes: 1 addition & 1 deletion ses-domain/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
* for the TXT record and if so, complete the validation process. Here is an example:
* ```console
* % tf-apply -target=module.ses
** Terraform will perform the following actions:
* Terraform will perform the following actions:
*
* # module.ses.aws_ses_domain_identity_verification.this[0] will be created
* + resource "aws_ses_domain_identity_verification" "this" {
Expand Down

0 comments on commit b0523d4

Please sign in to comment.