# 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-host.google_compute_network.network[0]: name: my-host-network project: project-id module.vpc-host.google_compute_shared_vpc_host_project.shared_vpc_host[0]: project: project-id module.service-project.google_compute_shared_vpc_service_project.shared_vpc_service[0]: host_project: project-id service_project: test-prj1 module.vpc-host.google_compute_subnetwork.subnetwork["europe-west1/subnet-1"]: secondary_ip_range: - ip_cidr_range: 172.16.0.0/20 range_name: pods - ip_cidr_range: 192.168.0.0/24 range_name: services module.vpc-host.google_compute_subnetwork_iam_binding.authoritative["europe-west1/subnet-1.roles/compute.networkUser"]: condition: [] members: - serviceAccount:service_account_email project: project-id region: europe-west1 role: roles/compute.networkUser subnetwork: subnet-1 module.vpc-host.google_compute_subnetwork_iam_binding.authoritative["europe-west1/subnet-1.roles/compute.securityAdmin"]: condition: [] members: - serviceAccount:service_account_email project: project-id region: europe-west1 role: roles/compute.securityAdmin subnetwork: subnet-1 counts: google_compute_network: 1 google_compute_route: 2 google_compute_shared_vpc_host_project: 1 google_compute_shared_vpc_service_project: 2 google_compute_subnetwork: 1 google_compute_subnetwork_iam_binding: 2 modules: 2