Files
hunfabric/tests/modules/net_lb_proxy_int/examples/health-check-link.yaml
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

112 lines
3.3 KiB
YAML

# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
values:
module.int-tcp-proxy.google_compute_forwarding_rule.default[""]:
all_ports: null
allow_global_access: true
allow_psc_global_access: null
backend_service: null
deletion_policy: DELETE
description: Terraform managed.
ip_collection: null
ip_protocol: TCP
ip_version: IPV4
is_mirroring_collector: null
labels: null
load_balancing_scheme: INTERNAL_MANAGED
name: int-tcp-proxy
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
no_automate_dns_zone: null
port_range: '80'
ports: null
project: project-id
recreate_closed_psc: false
region: europe-west1
service_label: null
source_ip_ranges: null
subnetwork: subnet_self_link
timeouts: null
module.int-tcp-proxy.google_compute_region_backend_service.default:
affinity_cookie_ttl_sec: null
backend:
- balancing_mode: UTILIZATION
capacity_scaler: 1
custom_metrics: []
description: Terraform managed.
failover: false
group: projects/myprj/zones/europe-west1-a/instanceGroups/my-ig
max_connections: null
max_connections_per_endpoint: null
max_connections_per_instance: null
max_rate: null
max_rate_per_endpoint: null
max_rate_per_instance: null
max_utilization: null
traffic_duration: ''
circuit_breakers: []
connection_draining_timeout_sec: 300
connection_tracking_policy: []
consistent_hash: []
custom_metrics: []
deletion_policy: DELETE
description: Terraform managed.
dynamic_forwarding: []
enable_cdn: null
failover_policy: []
ha_policy: []
health_checks:
- projects/myprj/global/healthChecks/custom
ip_address_selection_policy: null
load_balancing_scheme: INTERNAL_MANAGED
locality_lb_policy: null
name: int-tcp-proxy
network: null
network_pass_through_lb_traffic_policy: []
outlier_detection: []
params: []
project: project-id
protocol: TCP
region: europe-west1
security_policy: null
session_affinity: NONE
strong_session_affinity_cookie: []
subsetting: []
timeouts: null
tls_settings: []
module.int-tcp-proxy.google_compute_region_target_tcp_proxy.default:
deletion_policy: DELETE
description: Terraform managed.
name: int-tcp-proxy
project: project-id
proxy_header: NONE
region: europe-west1
timeouts: null
module.int-tcp-proxy.terraform_data.neg_trigger:
input:
internet: {}
psc: {}
zonal: {}
triggers_replace: null
counts:
google_compute_forwarding_rule: 1
google_compute_region_backend_service: 1
google_compute_region_target_tcp_proxy: 1
modules: 1
resources: 4
terraform_data: 1
outputs: {}