Fix secondary ranges in net-vpc readme (#1198)

Fixes #1197
This commit is contained in:
Ludovico Magnocavallo 2023-03-01 08:08:07 +01:00 committed by GitHub
parent 858bfe8160
commit 3a2d6e1b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 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"
}