From 0b4b9b301598345dda68ddf0111a1567eaef43f8 Mon Sep 17 00:00:00 2001 From: Efe Hakan Gencoglu Date: Fri, 23 Aug 2024 12:04:35 +0300 Subject: [PATCH] chore: update terraform fmt cli args for newer versions --- .github/workflows/terraform-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform-ci.yaml b/.github/workflows/terraform-ci.yaml index 40c9e04..797fafe 100644 --- a/.github/workflows/terraform-ci.yaml +++ b/.github/workflows/terraform-ci.yaml @@ -83,5 +83,5 @@ jobs: continue fi echo "Running TFLint in $module_dir" - tflint -f compact "$module_dir" + tflint -f compact --chdir "$module_dir" done