From 5a35a873e28512344fab842f26682c4762812c53 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Thu, 28 Aug 2025 15:43:11 -0400 Subject: [PATCH] Revert Demo SSB SNS change Changing the region results in Terraform not wanting to apply the change, so back this out for now while we figure out how to fix this to get the Demo site working again. Signed-off-by: Carlo Costino --- terraform/demo/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/demo/main.tf b/terraform/demo/main.tf index c2adcdca5..cc2d4400a 100644 --- a/terraform/demo/main.tf +++ b/terraform/demo/main.tf @@ -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-west-2" + aws_region = "us-east-1" monthly_spend_limit = 25 }