70 lines
2.2 KiB
YAML
70 lines
2.2 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
|
|
#
|
|
# 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_bgp_always_compare_med: false
|
|
delete_default_routes_on_create: false
|
|
description: Terraform-managed.
|
|
enable_ula_internal_ipv6: null
|
|
name: vpc
|
|
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-southwest1/subnet"]:
|
|
description: Terraform-managed.
|
|
ip_cidr_range: 10.0.16.0/24
|
|
ip_collection: null
|
|
ipv6_access_type: null
|
|
log_config: []
|
|
name: subnet
|
|
network: vpc
|
|
params: []
|
|
private_ip_google_access: true
|
|
project: project-id
|
|
region: europe-southwest1
|
|
reserved_internal_range: null
|
|
resolve_subnet_mask: null
|
|
role: null
|
|
send_secondary_ip_range_if_empty: true
|
|
timeouts: null
|
|
module.vpc.google_network_connectivity_service_connection_policy.service_connection_policy["my-policy"]:
|
|
description: null
|
|
effective_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
labels: null
|
|
location: europe-southwest1
|
|
name: my-policy
|
|
project: project-id
|
|
psc_config:
|
|
- allowed_google_producers_resource_hierarchy_level:
|
|
- folders/123456789
|
|
limit: null
|
|
producer_instance_location: CUSTOM_RESOURCE_HIERARCHY_LEVELS
|
|
service_class: gcp-vertexai
|
|
terraform_labels:
|
|
goog-terraform-provisioned: 'true'
|
|
timeouts: null
|
|
|
|
counts:
|
|
google_compute_network: 1
|
|
google_compute_subnetwork: 1
|
|
google_network_connectivity_service_connection_policy: 1
|
|
modules: 1
|
|
resources: 6
|