Update subnets (#466)

This commit is contained in:
Simone Ruffilli 2022-01-28 08:26:03 +01:00 committed by GitHub
parent 7c55d3b8b6
commit c5ba74374b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
**/.terraform
**/terraform.tfstate*
**/terraform.tfvars
**/*.auto.tfvars
**/.terraform.tfstate.lock.info
**/.terraform.lock.hcl
!tests/**/terraform.tfvars

View File

@ -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

View File

@ -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