Skip to content

Commit

Permalink
Removed flag check-variables flag from make.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wripley committed Jul 15, 2019
1 parent 9fe8963 commit 20076fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function docker() {
function check_terraform() {
echo "Running terraform validate"
#shellcheck disable=SC2156
find . -name "*.tf" -exec bash -c 'terraform validate --check-variables=false $(dirname "{}")' \;
find . -name "*.tf" -exec bash -c 'terraform validate $(dirname "{}")' \;
}

# This function runs 'go fmt' and 'go vet' on eery file
Expand Down

0 comments on commit 20076fb

Please sign in to comment.