Updated readme

This commit is contained in:
Anton Babenko 2018-01-24 15:46:37 +01:00
commit c6f81e3730
2 changed files with 3 additions and 4 deletions

View file

@ -10,8 +10,6 @@ for file_with_path in "$@"; do
done
for path_uniq in $(echo "${paths[*]}" | tr ' ' '\n' | sort -u); do
echo "Working dir => $path_uniq"
pushd "$path_uniq" > /dev/null
terraform validate -check-variables=false