Improve PSN support in net-vpc module (#384)

* improve PSN support

* fix variable order

* fix example test

* fix cloudsql example
This commit is contained in:
Ludovico Magnocavallo
2021-12-09 17:26:37 +01:00
committed by GitHub
parent 546385d3ee
commit 3758c8f3b0
8 changed files with 106 additions and 67 deletions

View File

@@ -25,7 +25,7 @@ module "vpc" {
source = "./modules/net-vpc"
project_id = module.project.project_id
name = "my-network"
private_service_networking_range = "10.60.0.0/16"
psn_ranges = ["10.60.0.0/16"]
}
module "db" {