Correct test for Direct VPC egress for CFv2

This commit is contained in:
Wiktor Niesiobędzki
2025-12-18 13:00:46 +00:00
parent e07db39fd5
commit 73664615a4
5 changed files with 9 additions and 15 deletions

View File

@@ -283,18 +283,8 @@ resource "local_file" "terraform_tfvars" {
email = google_service_account.service_account.email
iam_email = "serviceAccount:${google_service_account.service_account.email}"
}
subnet = {
name = google_compute_subnetwork.primary.name
region = google_compute_subnetwork.primary.region
ip_cidr_range = google_compute_subnetwork.primary.ip_cidr_range
self_link = google_compute_subnetwork.primary.self_link
}
subnet_secondary = {
name = google_compute_subnetwork.secondary.name
region = google_compute_subnetwork.secondary.region
ip_cidr_range = google_compute_subnetwork.secondary.ip_cidr_range
self_link = google_compute_subnetwork.secondary.self_link
}
subnet = google_compute_subnetwork.primary
subnet_secondary = google_compute_subnetwork.secondary
subnet_psc_1 = {
name = google_compute_subnetwork.primary_psc.name
region = google_compute_subnetwork.primary_psc.region