mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 23:02:13 -05:00
revert
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user