mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-26 01:03:41 -04:00
try again
This commit is contained in:
@@ -45,7 +45,7 @@ module "redis-v70" {
|
||||
)
|
||||
}
|
||||
|
||||
module "csv_upload_bucket" {
|
||||
module "csv_upload_bucket_old" {
|
||||
source = "github.com/GSA-TTS/terraform-cloudgov//s3?ref=v1.0.0"
|
||||
|
||||
cf_org_name = local.cf_org_name
|
||||
@@ -75,15 +75,28 @@ 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