* Add support for VPC internal ranges to modules/net-vpc * Fix linting * Fix variable order * Fix README * Sort outputs. * Fix validation for terraform < 1.13
118 lines
3.3 KiB
YAML
118 lines
3.3 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.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-network
|
|
network_firewall_policy_enforcement_order: AFTER_CLASSIC_FIREWALL
|
|
network_profile: null
|
|
params: []
|
|
project: project-id
|
|
routing_mode: GLOBAL
|
|
timeouts: null
|
|
module.vpc.google_compute_subnetwork.subnetwork["europe-west1/production"]:
|
|
description: Terraform-managed.
|
|
ip_collection: null
|
|
ipv6_access_type: null
|
|
log_config: []
|
|
name: production
|
|
network: my-network
|
|
params: []
|
|
private_ip_google_access: true
|
|
project: project-id
|
|
region: europe-west1
|
|
role: null
|
|
secondary_ip_range:
|
|
- range_name: pods
|
|
- range_name: services
|
|
- ip_cidr_range: 192.168.0.0/24
|
|
range_name: traditional
|
|
reserved_internal_range: null
|
|
send_secondary_ip_range_if_empty: true
|
|
timeouts: null
|
|
module.vpc.google_network_connectivity_internal_range.internal_range["pods-range"]:
|
|
allocation_options: []
|
|
description: null
|
|
effective_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
exclude_cidr_ranges: null
|
|
immutable: null
|
|
ip_cidr_range: 10.1.0.0/16
|
|
labels: null
|
|
migration: []
|
|
name: pods-range
|
|
overlaps: null
|
|
peering: FOR_SELF
|
|
prefix_length: null
|
|
project: project-id
|
|
target_cidr_range: null
|
|
terraform_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
timeouts: null
|
|
usage: FOR_VPC
|
|
module.vpc.google_network_connectivity_internal_range.internal_range["services-range"]:
|
|
allocation_options: []
|
|
description: null
|
|
effective_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
exclude_cidr_ranges: null
|
|
immutable: null
|
|
labels: null
|
|
migration: []
|
|
name: services-range
|
|
overlaps: null
|
|
peering: FOR_SELF
|
|
prefix_length: 20
|
|
project: project-id
|
|
target_cidr_range:
|
|
- 10.2.0.0/16
|
|
terraform_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
timeouts: null
|
|
usage: FOR_VPC
|
|
module.vpc.google_network_connectivity_internal_range.internal_range["subnet-range"]:
|
|
allocation_options: []
|
|
description: null
|
|
effective_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
exclude_cidr_ranges: null
|
|
immutable: null
|
|
ip_cidr_range: 10.0.1.0/24
|
|
labels: null
|
|
migration: []
|
|
name: subnet-range
|
|
overlaps: null
|
|
peering: FOR_SELF
|
|
prefix_length: null
|
|
project: project-id
|
|
target_cidr_range: null
|
|
terraform_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
timeouts: null
|
|
usage: FOR_VPC
|
|
|
|
counts:
|
|
google_compute_network: 1
|
|
google_compute_route: 3
|
|
google_compute_subnetwork: 1
|
|
google_network_connectivity_internal_range: 3
|
|
modules: 1
|
|
resources: 8
|
|
|
|
outputs: {}
|