This commit is contained in:
Kenneth Kehl
2025-10-24 09:17:24 -07:00
parent c88c25d167
commit 1081073293
2 changed files with 2 additions and 31 deletions

View File

@@ -66,28 +66,15 @@ module "egress-space" {
module "ses_email" {
source = "../shared/ses"
providers = {
cloudfoundry = cloudfoundry.official
}
cf_space_id = data.cloudfoundry_space.space.id
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_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 "sns_sms" {
source = "../shared/sns"