* Add net-lb-proxy-int-cross-region module and tests * Add context support example and tests * Update copyright to 2026 and support instance group backends * docs: correct Instance Groups support note in README
15 lines
301 B
HCL
15 lines
301 B
HCL
name = "proxy-cr-test"
|
|
project_id = "my-project"
|
|
backend_service_config = {
|
|
backends = [{
|
|
group = "projects/myprj/zones/europe-west1-a/instanceGroups/my-ig"
|
|
}]
|
|
}
|
|
vpc_config = {
|
|
network = "network"
|
|
subnetworks = {
|
|
europe-west1 = "subnet-ew1"
|
|
europe-west4 = "subnet-ew4"
|
|
}
|
|
}
|