cloud-foundation-fabric/tests/modules/net_lb_int/forwarding-rule.tfvars

21 lines
334 B
HCL

project_id = "my-project"
region = "europe-west1"
name = "ilb-test"
vpc_config = {
network = "default"
subnetwork = "default"
}
backends = [{
balancing_mode = "CONNECTION"
group = "foo"
failover = false
}]
global_access = true
forwarding_rules_config = {
"port-80" = {
ports = [80]
}
}