Skip to content

Commit 3c9fdf1

Browse files
authored
Merge pull request #1946 from GSA/main
08/28/2025 Production Hot Fix
2 parents c616d17 + 0c8493d commit 3c9fdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/demo/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ module "sns_sms" {
7171
cf_org_name = local.cf_org_name
7272
cf_space_name = local.cf_space_name
7373
name = "${local.app_name}-sns-${local.env}"
74-
aws_region = "us-west-2"
74+
aws_region = "us-east-1"
7575
monthly_spend_limit = 25
7676
}

0 commit comments

Comments
 (0)