rebuild module.ses_email

This commit is contained in:
Kenneth Kehl
2025-10-24 08:00:46 -07:00
parent 43beeae5c6
commit e3e44f68b1

View File

@@ -64,18 +64,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"