Enable SMS in production account

This commit is contained in:
Ryan Ahearn
2023-03-21 14:28:32 -04:00
parent 41c1e6d4bb
commit 7ddf125807
3 changed files with 16 additions and 14 deletions

View File

@@ -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`