From f29cc67abc99f8c60d149e160d86634a1e7aeadd Mon Sep 17 00:00:00 2001 From: Luca Prete Date: Tue, 25 Jan 2022 13:55:35 +0100 Subject: [PATCH] Fast: reset vm-test counter to 0 in net landing (#452) --- fast/stages/02-networking/test-resources.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast/stages/02-networking/test-resources.tf b/fast/stages/02-networking/test-resources.tf index 8e54717d..e2550588 100644 --- a/fast/stages/02-networking/test-resources.tf +++ b/fast/stages/02-networking/test-resources.tf @@ -20,7 +20,7 @@ module "test-vm-landing-0" { source = "../../../modules/compute-vm" project_id = module.landing-project.project_id zone = "europe-west1-b" - name = "test-vm-1" + name = "test-vm-0" network_interfaces = [{ network = module.landing-vpc.self_link subnetwork = module.landing-vpc.subnet_self_links["europe-west1/landing-default-ew1"]