Skip to content

Commit

Permalink
change to numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 17, 2021
1 parent b0523d4 commit 5384fab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 6 additions & 4 deletions ses-domain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
8 changes: 5 additions & 3 deletions ses-domain/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 5384fab

Please sign in to comment.