Files
hunfabric/tests/modules/net_ilb_l7/fixture/test.negs.tfvars
Ludovico Magnocavallo b438e0c37a Allow using dynamically generated address in LB modules NEGs (#1061)
* test

* fix #1055 for net-ilb-l7

* fix glb module
2022-12-21 17:04:56 +01:00

22 lines
326 B
HCL

backend_service_configs = {
default = {
backends = [{
group = "custom"
}]
}
}
neg_configs = {
custom = {
gce = {
zone = "europe-west1-b"
endpoints = {
e-0 = {
ip_address = "10.0.0.10"
instance = "test-1"
port = 80
}
}
}
}
}