Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
terraform: replace changing of cwd with file argument (#694)
`terraform validate` starts validation from the cwd (unless `-chdir` is used), when we want to validate just some file (actually directory as it cannot validate just one file), instead of changing cwd we have to pass it as an argument.
- Loading branch information