cloud-foundation-fabric/tests/modules/net_vpc/examples/pbr.yaml

69 lines
2.0 KiB
YAML

# Copyright 2023 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.vpc.google_compute_network.network[0]:
auto_create_subnetworks: false
delete_default_routes_on_create: false
description: Terraform-managed.
enable_ula_internal_ipv6: null
name: my-vpc
network_firewall_policy_enforcement_order: AFTER_CLASSIC_FIREWALL
project: project-id
routing_mode: GLOBAL
timeouts: null
? module.vpc.google_network_connectivity_policy_based_route.default["send-all-to-nva"]
: description: Terraform-managed.
filter:
- dest_range: 0.0.0.0/0
ip_protocol: ALL
protocol_version: IPV4
src_range: 10.0.0.0/8
interconnect_attachment:
- region: europe-west8
labels: null
name: my-vpc-send-all-to-nva
next_hop_ilb_ip: 10.0.0.253
next_hop_other_routes: null
priority: 101
project: project-id
timeouts: null
virtual_machine: []
? module.vpc.google_network_connectivity_policy_based_route.default["skip-pbr-for-nva"]
: description: Terraform-managed.
filter:
- dest_range: 0.0.0.0/0
ip_protocol: ALL
protocol_version: IPV4
src_range: 0.0.0.0/0
interconnect_attachment: []
labels: null
name: my-vpc-skip-pbr-for-nva
next_hop_ilb_ip: null
next_hop_other_routes: DEFAULT_ROUTING
priority: 100
project: project-id
timeouts: null
virtual_machine:
- tags:
- nva
counts:
google_compute_network: 1
google_network_connectivity_policy_based_route: 2
modules: 1
resources: 3
outputs: {}