mirror of
https://github.com/GSA/notifications-api.git
synced 2026-03-01 06:19:52 -05:00
Update Demo SSB References Again
After double checking the configuration of the Notify SSB and how the brokerpaks are used with it, the configuration of demo should actually match that of our staging environment, not production because the demo environment is using the staging SSB. This changeset updates the Demo SSB configuration to match that. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -60,8 +60,8 @@ module "ses_email" {
|
||||
cf_org_name = local.cf_org_name
|
||||
cf_space_name = local.cf_space_name
|
||||
name = "${local.app_name}-ses-${local.env}"
|
||||
aws_region = "us-gov-west-1"
|
||||
email_domain = "notify.sandbox.10x.gsa.gov"
|
||||
aws_region = "us-west-2"
|
||||
mail_from_subdomain = "mail"
|
||||
email_receipt_error = "notify-support@gsa.gov"
|
||||
}
|
||||
|
||||
@@ -71,6 +71,6 @@ module "sns_sms" {
|
||||
cf_org_name = local.cf_org_name
|
||||
cf_space_name = local.cf_space_name
|
||||
name = "${local.app_name}-sns-${local.env}"
|
||||
aws_region = "us-gov-west-1"
|
||||
aws_region = "us-west-2"
|
||||
monthly_spend_limit = 25
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user