Files
hunfabric/tests/modules/net_lb_proxy_int/health-checks-psc.tfvars
Luca Prete 6dcb19466a Update and fix module net-lb-proxy-int (#4024)
* Fix net-lb-int-proxy

* WIP update

* Update tests
2026-06-15 08:08:26 +00:00

14 lines
266 B
HCL

neg_configs = {
my-psc = {
psc = {
region = "europe-west4"
target_service = "projects/my-prod-project/regions/europe-west4/serviceAttachments/my-attachment"
}
}
}
backend_service_config = {
backends = [{
group = "my-psc"
}]
}