mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-13 00:32:16 -05:00
Enable SMS in production account
This commit is contained in:
@@ -67,20 +67,16 @@ module "ses_email" {
|
||||
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"
|
||||
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-west-1"
|
||||
# monthly_spend_limit = 1000
|
||||
# }
|
||||
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-west-1"
|
||||
monthly_spend_limit = 1000
|
||||
}
|
||||
|
||||
###########################################################################
|
||||
# The following lines need to be commented out for the initial `terraform apply`
|
||||
|
||||
Reference in New Issue
Block a user