mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-11 15:52:21 -05:00
Enable SMS in production account
This commit is contained in:
@@ -6,4 +6,4 @@ worker_memory: 512M
|
|||||||
scheduler_memory: 256M
|
scheduler_memory: 256M
|
||||||
public_api_route: notify-api.app.cloud.gov
|
public_api_route: notify-api.app.cloud.gov
|
||||||
admin_base_url: https://notify.app.cloud.gov
|
admin_base_url: https://notify.app.cloud.gov
|
||||||
default_toll_free_number: ""
|
default_toll_free_number: "+18447952263"
|
||||||
|
|||||||
@@ -116,3 +116,9 @@ TODO: create env vars for these origin and destination email addresses for the r
|
|||||||
1. Select the number you just created and then `Register existing toll-free number`
|
1. Select the number you just created and then `Register existing toll-free number`
|
||||||
1. Complete and submit the form. Approval usually takes about 2 weeks.
|
1. Complete and submit the form. Approval usually takes about 2 weeks.
|
||||||
1. Set this phone number as the `AWS_US_TOLL_FREE_NUMBER` in the environment you are creating
|
1. Set this phone number as the `AWS_US_TOLL_FREE_NUMBER` in the environment you are creating
|
||||||
|
|
||||||
|
#### Current Production Phone Numbers
|
||||||
|
|
||||||
|
* +18447952263 - in use as default number. Notify's OTP messages and trial service messages are sent from this number
|
||||||
|
* +18447891134 - to be used by Pilot Partner 1
|
||||||
|
* +18888402596 - to be used by Pilot Partner 2
|
||||||
|
|||||||
@@ -67,20 +67,16 @@ 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-gov-west-1"
|
aws_region = "us-gov-west-1"
|
||||||
# monthly_spend_limit = 1000
|
monthly_spend_limit = 1000
|
||||||
# }
|
}
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
# The following lines need to be commented out for the initial `terraform apply`
|
# The following lines need to be commented out for the initial `terraform apply`
|
||||||
|
|||||||
Reference in New Issue
Block a user