We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9911060 + 9d2a23b commit 6c5534bCopy full SHA for 6c5534b
terraform/demo/main.tf
@@ -60,8 +60,8 @@ module "ses_email" {
60
cf_org_name = local.cf_org_name
61
cf_space_name = local.cf_space_name
62
name = "${local.app_name}-ses-${local.env}"
63
- aws_region = "us-gov-west-1"
64
- email_domain = "notify.sandbox.10x.gsa.gov"
+ aws_region = "us-west-2"
+ mail_from_subdomain = "mail"
65
email_receipt_error = "notify-support@gsa.gov"
66
}
67
@@ -71,6 +71,6 @@ module "sns_sms" {
71
72
73
name = "${local.app_name}-sns-${local.env}"
74
75
monthly_spend_limit = 25
76
0 commit comments