From 8a8cc7c793891fbff30e5651692217c925e1fff1 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sat, 24 Feb 2024 23:26:56 +0100 Subject: [PATCH] chore(lint): linting --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 0d08b95..aa3d6dc 100644 --- a/main.tf +++ b/main.tf @@ -12,7 +12,7 @@ resource "nomad_job" "this" { purge_on_destroy = true hcl2 { allow_fs = true - vars = contains(keys(var.jobs_variables), each.key) ? jobs_variables[each.key] : {} + vars = contains(keys(var.jobs_variables), each.key) ? jobs_variables[each.key] : {} } }