mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-11 15:52:21 -05:00
Merge pull request #2059 from GSA/terraform_upgrade1
rebuild module.ses_email
This commit is contained in:
@@ -64,29 +64,15 @@ module "egress-space" {
|
||||
]
|
||||
}
|
||||
|
||||
# module "ses_email" {
|
||||
# source = "../shared/ses"
|
||||
# providers = {
|
||||
# cloudfoundry = cloudfoundry.official
|
||||
# }
|
||||
# cf_space_id = data.cloudfoundry_space.space.id
|
||||
|
||||
# name = "${local.app_name}-ses-${local.env}"
|
||||
# aws_region = "us-west-2"
|
||||
# mail_from_subdomain = "mail"
|
||||
# email_receipt_error = "notify-support@gsa.gov"
|
||||
# }
|
||||
|
||||
# module "ses_email_old" {
|
||||
# source = "../shared/ses"
|
||||
|
||||
# cf_org_name = local.cf_org_name
|
||||
# cf_space_name = local.cf_space_name
|
||||
# name = "${local.app_name}-ses-${local.env}"
|
||||
# aws_region = "us-west-2"
|
||||
# mail_from_subdomain = "mail"
|
||||
# email_receipt_error = "notify-support@gsa.gov"
|
||||
# }
|
||||
module "ses_email" {
|
||||
source = "../shared/ses"
|
||||
cf_org_name = local.cf_org_name
|
||||
cf_space_name = local.cf_space_name
|
||||
name = "${local.app_name}-ses-${local.env}"
|
||||
aws_region = "us-west-2"
|
||||
mail_from_subdomain = "mail"
|
||||
email_receipt_error = "notify-support@gsa.gov"
|
||||
}
|
||||
|
||||
module "sns_sms" {
|
||||
source = "../shared/sns"
|
||||
|
||||
Reference in New Issue
Block a user