Skip to content

Commit

Permalink
[FAST] Fix stage 2 simple NVA wrong location - causing test failures (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaPrete authored Oct 18, 2024
1 parent d4cff3e commit 24d78de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast/stages/2-networking-b-nva/nva-simple.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ module "nva-simple-mig" {
for_each = (var.network_mode == "simple") ? local.nva_locality : {}
source = "../../../modules/compute-mig"
project_id = module.landing-project.project_id
location = each.value.zone
location = "${each.value.region}-${each.value.zone}"
name = "nva-cos-${each.key}"
instance_template = module.nva-simple-template[each.key].template.self_link
target_size = 1
Expand Down

0 comments on commit 24d78de

Please sign in to comment.