Skip to content

Commit

Permalink
chore: update terraform fmt cli args for newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ehakan committed Aug 23, 2024
1 parent 211ce83 commit 0b4b9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0b4b9b3

Please sign in to comment.