try again

This commit is contained in:
Kenneth Kehl
2025-10-23 13:00:23 -07:00
parent 7d63d3b9d3
commit 2db396e0c0

View File

@@ -73,18 +73,18 @@ module "egress-space" {
] ]
} }
module "ses_email" { # module "ses_email" {
source = "../shared/ses" # source = "../shared/ses"
providers = { # providers = {
cloudfoundry = cloudfoundry.official # cloudfoundry = cloudfoundry.official
} # }
cf_space_id = data.cloudfoundry_space.space.id # cf_space_id = data.cloudfoundry_space.space.id
name = "${local.app_name}-ses-${local.env}" # name = "${local.app_name}-ses-${local.env}"
aws_region = "us-west-2" # aws_region = "us-west-2"
mail_from_subdomain = "mail" # mail_from_subdomain = "mail"
email_receipt_error = "notify-support@gsa.gov" # email_receipt_error = "notify-support@gsa.gov"
} # }
# module "ses_email_old" { # module "ses_email_old" {
# source = "../shared/ses" # source = "../shared/ses"