Skip to content

Commit 61edd4f

Browse files
Harshit KumarHarshit Kumar
authored andcommitted
env updated
1 parent ad3d57b commit 61edd4f

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/apply-bootstrap.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name: Apply - Bootstrap
33

44
on:
5+
push:
6+
branches:
7+
- feature/saas-demo
58
pull_request:
69
types: [closed]
710
branches:
File renamed without changes.

terraform/network/dev.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ client_vpn_authorization_rules = []
77

88

99
# specify availibility zones for default subnets
10-
availability_zones = ["us-west-2a", "us-west-2b"]
10+
availability_zones = ["us-east-1a", "us-east-1b"]
1111

1212
# If is_custom_subnet_enabled variable is true then define these variables
1313
is_custom_subnet_enabled = false

0 commit comments

Comments
 (0)