Enable sns service in demo

This commit is contained in:
Ryan Ahearn
2023-02-22 10:10:00 -05:00
parent e62b257061
commit eec618dff8

View File

@@ -68,17 +68,13 @@ 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-east-1"
# monthly_spend_limit = 25
# }
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-east-1"
monthly_spend_limit = 25
}