[#576] net-vpc - Add the ability to export/import custom routes throu… (#577)

This commit is contained in:
Luca Prete
2022-03-11 14:40:44 +01:00
committed by GitHub
parent 756bd17707
commit 7c3d9beced
13 changed files with 174 additions and 53 deletions

View File

@@ -25,7 +25,7 @@ module "vpc" {
source = "./modules/net-vpc"
project_id = module.project.project_id
name = "my-network"
psa_ranges = {cloudsql-ew1-0="10.60.0.0/16"}
psa_config = {cloudsql-ew1-0 = {ranges = ["10.60.0.0/16"], routes = null}}
}
module "db" {