From 5384fab94c5a67446d181ba7d9bbe6ff9c5531b0 Mon Sep 17 00:00:00 2001 From: badra001 Date: Wed, 17 Mar 2021 08:03:55 -0400 Subject: [PATCH] change to numbers --- ses-domain/README.md | 10 ++++++---- ses-domain/main.tf | 8 +++++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ses-domain/README.md b/ses-domain/README.md index 3760eb1..2530a2c 100644 --- a/ses-domain/README.md +++ b/ses-domain/README.md @@ -4,10 +4,10 @@ This sets up the domain identity for SES. We create by default `{account_id}.aw as a sender domain, and generate the details which are to be submitted to TCO for inclusion in DNS. The contents of the file `setup/ses_dns.md` contain the text which goes to TCO. A future enhancement to this will include the ability to automatically incorporate the changes into DNS. This is a multi-step -setup: -# Create initial resources -# Provide TCO Details for DNS Update -# Complete domain validation +setup: +1. Create initial resources +1. Provide TCO Details for DNS Update +1. Complete domain validation ## Select proper region @@ -109,6 +109,8 @@ ses_domain_verification = { "value" = "/Pz6+wpIUfumhdG8l0NkdfLx+wHMp+/Za2Nf5jOQTos=" } ``` +# Getting out of the Sandbox +Refence: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/request-production-access.html ## Requirements diff --git a/ses-domain/main.tf b/ses-domain/main.tf index a434185..74c3be0 100644 --- a/ses-domain/main.tf +++ b/ses-domain/main.tf @@ -6,9 +6,9 @@ * The contents of the file `setup/ses_dns.md` contain the text which goes to TCO. A future enhancement * to this will include the ability to automatically incorporate the changes into DNS. This is a multi-step * setup: -* # Create initial resources -* # Provide TCO Details for DNS Update -* # Complete domain validation +* 1. Create initial resources +* 1. Provide TCO Details for DNS Update +* 1. Complete domain validation * * ## Select proper region * @@ -110,6 +110,8 @@ * "value" = "/Pz6+wpIUfumhdG8l0NkdfLx+wHMp+/Za2Nf5jOQTos=" * } * ``` +* # Getting out of the Sandbox +* Refence: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/request-production-access.html */ locals {