Merge branch 'master' into lcaggio/dataproc-02

This commit is contained in:
lcaggio
2023-03-01 10:44:31 +01:00
committed by GitHub
2 changed files with 7 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ module "vpc-host" {
ip_cidr_range = "10.0.0.0/24"
name = "subnet-1"
region = "europe-west1"
secondary_ip_range = {
secondary_ip_ranges = {
pods = "172.16.0.0/20"
services = "192.168.0.0/24"
}