mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
Provision sns via terraform in staging
This commit is contained in:
@@ -67,3 +67,18 @@ module "ses_email" {
|
||||
email_domain = "notify.sandbox.10x.gsa.gov"
|
||||
email_receipt_error = "notify-support@gsa.gov"
|
||||
}
|
||||
|
||||
#########################################################################
|
||||
# Wait for SNS is out of sandbox and spending limit is increased
|
||||
# before activating this module
|
||||
#########################################################################
|
||||
# module "sns_sms" {
|
||||
# source = "../shared/sns"
|
||||
|
||||
# cf_org_name = local.cf_org_name
|
||||
# cf_space_name = local.cf_space_name
|
||||
# name = "${local.app_name}-sns-${local.env}"
|
||||
# recursive_delete = local.recursive_delete
|
||||
# aws_region = "us-gov-east-1"
|
||||
# monthly_spend_limit = 25
|
||||
# }
|
||||
|
||||
Reference in New Issue
Block a user