Add terraform module to staging/demo/prod

This commit is contained in:
Ryan Ahearn
2023-02-02 15:45:09 -05:00
parent fd9b730900
commit 13438e0602
3 changed files with 25 additions and 2 deletions

View File

@@ -63,7 +63,6 @@ module "ses_email" {
cf_space_name = local.cf_space_name
name = "${local.app_name}-ses-${local.env}"
recursive_delete = local.recursive_delete
aws_region = "us-gov-west-1"
email_domain = "sandbox.10x.gsa.gov"
aws_region = "us-west-2"
email_receipt_error = "notify-support@gsa.gov"
}