From 85d2bf6aa636778686dc07c6d16abe683690f63e Mon Sep 17 00:00:00 2001 From: Ritika Patil <94649368+riragh@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:34:12 -0600 Subject: [PATCH] chore: (IAC-1238) Resolve TFLint issue (#348) --- main.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main.tf b/main.tf index 0d716e77..dc607342 100644 --- a/main.tf +++ b/main.tf @@ -281,13 +281,13 @@ resource "kubernetes_config_map" "sas_iac_buildinfo" { } data = { - git-hash = lookup(data.external.git_hash.result, "git-hash") + git-hash = data.external.git_hash.result["git-hash"] iac-tooling = var.iac_tooling terraform = <