# 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]: name: my-network project: my-project module.vpc.google_compute_subnetwork.subnetwork["europe-west1/no-pga"]: description: Subnet b ip_cidr_range: 10.0.1.0/24 log_config: [] name: no-pga private_ip_google_access: false project: my-project region: europe-west1 secondary_ip_range: [] module.vpc.google_compute_subnetwork.subnetwork["europe-west1/simple"]: description: Terraform-managed. ip_cidr_range: 10.0.0.0/24 log_config: [] name: simple private_ip_google_access: true project: my-project region: europe-west1 secondary_ip_range: [] module.vpc.google_compute_subnetwork.subnetwork["europe-west1/with-flow-logs"]: description: Terraform-managed. ip_cidr_range: 10.0.3.0/24 ipv6_access_type: null log_config: - aggregation_interval: INTERVAL_10_MIN filter_expr: 'true' flow_sampling: 0.5 metadata: INCLUDE_ALL_METADATA metadata_fields: null name: with-flow-logs private_ip_google_access: true project: my-project region: europe-west1 role: null secondary_ip_range: [] module.vpc.google_compute_subnetwork.subnetwork["europe-west1/with-secondary-ranges"]: description: Terraform-managed. ip_cidr_range: 10.0.2.0/24 log_config: [] name: with-secondary-ranges private_ip_google_access: true project: my-project region: europe-west1 role: null secondary_ip_range: - ip_cidr_range: 192.168.0.0/24 range_name: a - ip_cidr_range: 192.168.1.0/24 range_name: b counts: google_compute_network: 1 google_compute_subnetwork: 4