Skip to content

Commit

Permalink
Fix secondary ranges in net-vpc readme (#1198)
Browse files Browse the repository at this point in the history
Fixes #1197
  • Loading branch information
ludoo authored Mar 1, 2023
1 parent 858bfe8 commit 3a2d6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/net-vpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 3a2d6e1

Please sign in to comment.