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:
committed by
GitHub
parent
546385d3ee
commit
3758c8f3b0
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user