Skip to content

Commit

Permalink
add compact warnings as well
Browse files Browse the repository at this point in the history
  • Loading branch information
wyardley committed Sep 25, 2024
1 parent ef9c85b commit 46b8d36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
# files to validate. This directory is assumed to be a root module.

set -eu
flock -x /workspace/.terraform.lock -c "terraform init -upgrade -chdir=$1 -backend=false >/dev/null"
flock -x /workspace/.terraform.lock -c "terraform init -compact-warnings -upgrade -chdir=$1 -backend=false >/dev/null"
flock -s /workspace/.terraform.lock -c "terraform -chdir=$1 validate"

0 comments on commit 46b8d36

Please sign in to comment.