Update subnets (#466)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
**/.terraform
|
||||
**/terraform.tfstate*
|
||||
**/terraform.tfvars
|
||||
**/*.auto.tfvars
|
||||
**/.terraform.tfstate.lock.info
|
||||
**/.terraform.lock.hcl
|
||||
!tests/**/terraform.tfvars
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# skip boilerplate check
|
||||
|
||||
region: europe-west1
|
||||
ip_cidr_range: 10.128.16.0/24
|
||||
ip_cidr_range: 10.128.32.0/24
|
||||
description: Default subnet for dev
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# skip boilerplate check
|
||||
|
||||
region: europe-west1
|
||||
ip_cidr_range: 10.128.128.0/24
|
||||
ip_cidr_range: 10.128.64.0/24
|
||||
description: Default subnet for prod
|
||||
|
||||
Reference in New Issue
Block a user