Files
hunfabric/tests/modules/net_swp/examples/transparent-proxy.yaml
Wiktor Niesiobędzki f7c9a341b0 yamlint tests/
2025-10-24 13:11:17 +02:00

85 lines
2.6 KiB
YAML

# Copyright 2025 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
#
# http://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.addresses.google_compute_address.internal["gateway"]:
address_type: INTERNAL
name: gateway
project: project-id
region: europe-west8
module.secure-web-proxy.google_network_security_gateway_security_policy.default:
description: Managed by Terraform.
location: europe-west8
name: gateway
project: project-id
tls_inspection_policy: null
module.secure-web-proxy.google_network_security_gateway_security_policy_rule.default["proxy-rule"]:
application_matcher: null
basic_profile: ALLOW
description: Managed by Terraform.
enabled: true
gateway_security_policy: gateway
location: europe-west8
name: proxy-rule
priority: 100
project: project-id
session_matcher: 'true'
tls_inspection_enabled: false
module.secure-web-proxy.google_network_services_gateway.default:
certificate_urls: []
delete_swg_autogen_router_on_destroy: true
description: Managed by Terraform.
effective_labels:
goog-terraform-provisioned: 'true'
location: europe-west8
name: gateway
ports:
- 80
- 443
project: project-id
routing_mode: NEXT_HOP_ROUTING_MODE
scope: null
server_tls_policy: null
type: SECURE_WEB_GATEWAY
module.vpc.google_compute_network.network[0]:
name: swp-network
project: project-id
module.vpc.google_compute_route.ilb["gateway"]:
description: Terraform-managed.
dest_range: 0.0.0.0/0
name: swp-network-gateway
network: swp-network
priority: 100
project: project-id
tags:
- swp
module.vpc.google_compute_subnetwork.proxy_only["europe-west8/regional-proxy"]:
ip_cidr_range: 10.0.1.0/24
name: regional-proxy
network: swp-network
project: project-id
purpose: REGIONAL_MANAGED_PROXY
region: europe-west8
role: ACTIVE
module.vpc.google_compute_subnetwork.subnetwork["europe-west8/production"]:
ip_cidr_range: 10.0.2.0/24
name: production
network: swp-network
project: project-id
region: europe-west8
counts:
google_network_security_gateway_security_policy: 1