* 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>
8 lines
112 B
HCL
8 lines
112 B
HCL
psa_configs = [{
|
|
ranges = {
|
|
bar = "172.16.100.0/24"
|
|
}
|
|
export_routes = true
|
|
import_routes = false
|
|
}]
|