mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
Update sandbox sns terraform now that service sharing is blocked
This commit is contained in:
@@ -67,17 +67,13 @@ module "ses_email" {
|
|||||||
email_receipt_error = "notify-support@gsa.gov"
|
email_receipt_error = "notify-support@gsa.gov"
|
||||||
}
|
}
|
||||||
|
|
||||||
###############################################################
|
module "sns_sms" {
|
||||||
# By default, sandbox uses the shared service instance from the
|
source = "../shared/sns"
|
||||||
# staging space
|
|
||||||
###############################################################
|
cf_org_name = local.cf_org_name
|
||||||
# module "sns_sms" {
|
cf_space_name = local.cf_space_name
|
||||||
# source = "../shared/sns"
|
name = "${local.app_name}-sns-${local.env}"
|
||||||
#
|
recursive_delete = local.recursive_delete
|
||||||
# cf_org_name = local.cf_org_name
|
aws_region = "us-east-2"
|
||||||
# cf_space_name = local.cf_space_name
|
monthly_spend_limit = 1
|
||||||
# name = "${local.app_name}-sns-${local.env}"
|
}
|
||||||
# recursive_delete = local.recursive_delete
|
|
||||||
# aws_region = "us-west-2"
|
|
||||||
# monthly_spend_limit = 1
|
|
||||||
# }
|
|
||||||
|
|||||||
Reference in New Issue
Block a user