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:
Carlo Costino
2025-08-28 10:23:11 -04:00
parent 99110608aa
commit 9d2a23ba5f

View File

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