removed prefix and updated net-vpc shared-vpc for e2e test

This commit is contained in:
Thangaraju Rajasekaran
2023-11-30 14:02:44 +00:00
parent d9cd46d8a7
commit 224b98c786
4 changed files with 5 additions and 8 deletions

View File

@@ -198,9 +198,6 @@ module "service-project" {
"iam.googleapis.com",
"serviceusage.googleapis.com"
]
shared_vpc_service_config = {
host_project = var.project_id
}
}
module "vpc-host" {
@@ -231,7 +228,7 @@ module "vpc-host" {
module.service-project.project_id
]
}
# tftest modules=2 resources=14 inventory=shared-vpc.yaml e2e
# tftest modules=2 resources=13 inventory=shared-vpc.yaml e2e
```
### Private Service Networking