Allow multiple PSA service providers in net-vpc module (#2218)
* allowing multiple PSA service providers in net-vpc module * tfdoc * tfdoc * Add tfvars/yaml tests * fix module and tests * re-enable inventory * merge fix * Add multiple PSA test case * fix cloudsql example --------- Co-authored-by: Wiktor Niesiobędzki <wiktorn@google.com>
This commit is contained in:
committed by
GitHub
parent
b4b926a56e
commit
9414779cc2
@@ -55,12 +55,12 @@ module "apigee_vpc" {
|
||||
name = "subnet-psc"
|
||||
region = var.region
|
||||
}]
|
||||
psa_config = {
|
||||
psa_configs = [{
|
||||
ranges = {
|
||||
"apigee-runtime" = var.apigee_runtime_ip_cidr_range
|
||||
"apigee-troubleshooting" = var.apigee_troubleshooting_ip_cidr_range
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
module "apigee" {
|
||||
|
||||
Reference in New Issue
Block a user