We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a86dd0 + fd722b5 commit 34da4bdCopy full SHA for 34da4bd
entrypoint.sh
@@ -1,4 +1,4 @@
1
-if [[ -n "$(terraform fmt -check -recursive)" ]]; then
+if [[ -n "$(terraform fmt -check -recursive -diff)" ]]; then
2
echo "Some terraform files need be formatted, run 'terraform fmt' to fix";
3
exit 1;
4
-fi
+fi
0 commit comments