Files
hunfabric/tests/modules/net_lb_proxy_int/health-checks-grpc.tfvars
2025-11-26 15:20:08 +01:00

9 lines
200 B
HCL

health_check_config = {
grpc = {
port = 1123
port_name = "grpc_port_name"
port_specification = "USE_FIXED_PORT"
service_name = "grpc_service_name"
}
}