* add custom routes for directpath to net-vpc module * blueprint tests * blueprint tests * blueprint tests * fast tests * tfdoc * module examples
168 lines
5.2 KiB
YAML
168 lines
5.2 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-hub.google_compute_network.network[0]:
|
|
auto_create_subnetworks: false
|
|
delete_default_routes_on_create: false
|
|
description: Terraform-managed.
|
|
enable_ula_internal_ipv6: null
|
|
name: vpc-hub
|
|
network_firewall_policy_enforcement_order: AFTER_CLASSIC_FIREWALL
|
|
network_profile: null
|
|
project: project-id
|
|
routing_mode: GLOBAL
|
|
timeouts: null
|
|
module.vpc-hub.google_compute_route.gateway["directpath-googleapis"]:
|
|
description: Terraform-managed.
|
|
dest_range: 34.126.0.0/18
|
|
name: vpc-hub-directpath-googleapis
|
|
network: vpc-hub
|
|
next_hop_gateway: default-internet-gateway
|
|
next_hop_ilb: null
|
|
next_hop_instance: null
|
|
next_hop_vpn_tunnel: null
|
|
priority: 1000
|
|
project: project-id
|
|
tags: null
|
|
timeouts: null
|
|
module.vpc-hub.google_compute_route.gateway["private-googleapis"]:
|
|
description: Terraform-managed.
|
|
dest_range: 199.36.153.8/30
|
|
name: vpc-hub-private-googleapis
|
|
network: vpc-hub
|
|
next_hop_gateway: default-internet-gateway
|
|
next_hop_ilb: null
|
|
next_hop_instance: null
|
|
next_hop_vpn_tunnel: null
|
|
priority: 1000
|
|
project: project-id
|
|
tags: null
|
|
timeouts: null
|
|
module.vpc-hub.google_compute_route.gateway["restricted-googleapis"]:
|
|
description: Terraform-managed.
|
|
dest_range: 199.36.153.4/30
|
|
name: vpc-hub-restricted-googleapis
|
|
network: vpc-hub
|
|
next_hop_gateway: default-internet-gateway
|
|
next_hop_ilb: null
|
|
next_hop_instance: null
|
|
next_hop_vpn_tunnel: null
|
|
priority: 1000
|
|
project: project-id
|
|
tags: null
|
|
timeouts: null
|
|
module.vpc-hub.google_compute_subnetwork.subnetwork["europe-west1/subnet-1"]:
|
|
description: Terraform-managed.
|
|
ip_cidr_range: 10.0.0.0/24
|
|
ipv6_access_type: null
|
|
log_config: []
|
|
name: subnet-1
|
|
network: vpc-hub
|
|
private_ip_google_access: true
|
|
project: project-id
|
|
region: europe-west1
|
|
reserved_internal_range: null
|
|
role: null
|
|
send_secondary_ip_range_if_empty: true
|
|
timeouts: null
|
|
module.vpc-spoke-1.google_compute_network.network[0]:
|
|
auto_create_subnetworks: false
|
|
delete_default_routes_on_create: false
|
|
description: Terraform-managed.
|
|
enable_ula_internal_ipv6: null
|
|
name: vpc-spoke1
|
|
network_firewall_policy_enforcement_order: AFTER_CLASSIC_FIREWALL
|
|
network_profile: null
|
|
project: project-id
|
|
routing_mode: GLOBAL
|
|
timeouts: null
|
|
module.vpc-spoke-1.google_compute_network_peering.local[0]:
|
|
export_custom_routes: false
|
|
export_subnet_routes_with_public_ip: true
|
|
import_custom_routes: true
|
|
import_subnet_routes_with_public_ip: null
|
|
stack_type: IPV4_ONLY
|
|
timeouts: null
|
|
module.vpc-spoke-1.google_compute_network_peering.remote[0]:
|
|
export_custom_routes: true
|
|
export_subnet_routes_with_public_ip: true
|
|
import_custom_routes: false
|
|
import_subnet_routes_with_public_ip: null
|
|
stack_type: IPV4_ONLY
|
|
timeouts: null
|
|
module.vpc-spoke-1.google_compute_route.gateway["directpath-googleapis"]:
|
|
description: Terraform-managed.
|
|
dest_range: 34.126.0.0/18
|
|
name: vpc-spoke1-directpath-googleapis
|
|
network: vpc-spoke1
|
|
next_hop_gateway: default-internet-gateway
|
|
next_hop_ilb: null
|
|
next_hop_instance: null
|
|
next_hop_vpn_tunnel: null
|
|
priority: 1000
|
|
project: project-id
|
|
tags: null
|
|
timeouts: null
|
|
module.vpc-spoke-1.google_compute_route.gateway["private-googleapis"]:
|
|
description: Terraform-managed.
|
|
dest_range: 199.36.153.8/30
|
|
name: vpc-spoke1-private-googleapis
|
|
network: vpc-spoke1
|
|
next_hop_gateway: default-internet-gateway
|
|
next_hop_ilb: null
|
|
next_hop_instance: null
|
|
next_hop_vpn_tunnel: null
|
|
priority: 1000
|
|
project: project-id
|
|
tags: null
|
|
timeouts: null
|
|
module.vpc-spoke-1.google_compute_route.gateway["restricted-googleapis"]:
|
|
description: Terraform-managed.
|
|
dest_range: 199.36.153.4/30
|
|
name: vpc-spoke1-restricted-googleapis
|
|
network: vpc-spoke1
|
|
next_hop_gateway: default-internet-gateway
|
|
next_hop_ilb: null
|
|
next_hop_instance: null
|
|
next_hop_vpn_tunnel: null
|
|
priority: 1000
|
|
project: project-id
|
|
tags: null
|
|
timeouts: null
|
|
module.vpc-spoke-1.google_compute_subnetwork.subnetwork["europe-west1/subnet-2"]:
|
|
description: Terraform-managed.
|
|
ip_cidr_range: 10.0.1.0/24
|
|
ipv6_access_type: null
|
|
log_config: []
|
|
name: subnet-2
|
|
network: vpc-spoke1
|
|
private_ip_google_access: true
|
|
project: project-id
|
|
region: europe-west1
|
|
reserved_internal_range: null
|
|
role: null
|
|
send_secondary_ip_range_if_empty: true
|
|
timeouts: null
|
|
|
|
counts:
|
|
google_compute_network: 2
|
|
google_compute_network_peering: 2
|
|
google_compute_route: 6
|
|
google_compute_subnetwork: 2
|
|
modules: 2
|
|
resources: 12
|
|
|
|
outputs: {}
|