Skip to content

Commit

Permalink
Merge pull request #1200 from GoogleCloudPlatform/jccb/test-1197
Browse files Browse the repository at this point in the history
Add test for #1197
  • Loading branch information
juliocc authored Mar 1, 2023
2 parents 3a2d6e1 + 67bc391 commit 7bfbd16
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/modules/net_vpc/examples/shared-vpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ values:
module.vpc-host.google_compute_shared_vpc_service_project.service_projects["project2"]:
host_project: my-project
service_project: project2
module.vpc-host.google_compute_subnetwork.subnetwork["europe-west1/subnet-1"]: {}
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.binding["europe-west1/subnet-1.roles/compute.networkUser"]:
condition: []
members:
Expand Down

0 comments on commit 7bfbd16

Please sign in to comment.