Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 29, 2021
1 parent 2d47e39 commit 2cf2009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ses-domain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module "ses" {
## once validated, get out of sandbox and set mail from address
# enable_production = true
# enable_mail_from = true
# enable_ses_events = true
# enable_sns_events = true
## optional, changing this is not recommended
# ses_domain_name = "123456789012.postal.census.gov"
Expand Down Expand Up @@ -96,7 +96,7 @@ module "ses" {
profile = var.profile
enable_production = true
enable_mail_from = true
enable_ses_events = true
enable_sns_events = true
}
```
then run `tf-apply`
Expand Down
4 changes: 2 additions & 2 deletions ses-domain/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
* ## once validated, get out of sandbox and set mail from address
* # enable_production = true
* # enable_mail_from = true
* # enable_ses_events = true
* # enable_sns_events = true
*
* ## optional, changing this is not recommended
* # ses_domain_name = "123456789012.postal.census.gov"
Expand Down Expand Up @@ -97,7 +97,7 @@
* profile = var.profile
* enable_production = true
* enable_mail_from = true
* enable_ses_events = true
* enable_sns_events = true
* }
* ```
* then run `tf-apply`
Expand Down

0 comments on commit 2cf2009

Please sign in to comment.