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

15 lines
286 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
ports = [80]