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