Fast: reset vm-test counter to 0 in net landing (#452)

This commit is contained in:
Luca Prete 2022-01-25 13:55:35 +01:00 committed by GitHub
parent cbe0f65bf1
commit f29cc67abc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"]