Files
hunfabric/tests/modules/net_vpc/psa_routes_export.tfvars
Ludovico Magnocavallo 9414779cc2 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>
2024-04-16 15:02:36 +00:00

8 lines
112 B
HCL

psa_configs = [{
ranges = {
bar = "172.16.100.0/24"
}
export_routes = true
import_routes = false
}]