From b0523d4571f3b07d2728653e8de8e14ec5038edd Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 16 Mar 2021 15:02:57 -0400 Subject: [PATCH] update docs --- ses-domain/README.md | 2 +- ses-domain/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ses-domain/README.md b/ses-domain/README.md index 6aaa076..3760eb1 100644 --- a/ses-domain/README.md +++ b/ses-domain/README.md @@ -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" { diff --git a/ses-domain/main.tf b/ses-domain/main.tf index 3a2484c..a434185 100644 --- a/ses-domain/main.tf +++ b/ses-domain/main.tf @@ -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" {