diff --git a/enos/modules/upgrade_client/main.tf b/enos/modules/upgrade_client/main.tf index 46bd6995d..5da47ec0b 100644 --- a/enos/modules/upgrade_client/main.tf +++ b/enos/modules/upgrade_client/main.tf @@ -108,7 +108,7 @@ resource "enos_local_exec" "verify_allocs" { local.nomad_env, { CLIENT_IP = var.client - ALLOCS = enos_local_exec.get_alloc_ids.stdout + ALLOCS = enos_local_exec.get_alloc_ids.stdout }) scripts = [abspath("${path.module}/scripts/verify_allocs.sh")]