We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c616d17 + 0c8493d commit 3c9fdf1Copy full SHA for 3c9fdf1
terraform/demo/main.tf
@@ -71,6 +71,6 @@ module "sns_sms" {
71
cf_org_name = local.cf_org_name
72
cf_space_name = local.cf_space_name
73
name = "${local.app_name}-sns-${local.env}"
74
- aws_region = "us-west-2"
+ aws_region = "us-east-1"
75
monthly_spend_limit = 25
76
}
0 commit comments