From ce261be3585a704e00e00f01ced580abf00d92d0 Mon Sep 17 00:00:00 2001 From: Juanadelacuesta <8647634+Juanadelacuesta@users.noreply.github.com> Date: Fri, 21 Mar 2025 15:26:25 +0100 Subject: [PATCH] style: linter fix --- enos/modules/upgrade_client/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")]