Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
the -check-variables option has been removed from 0.12
Now the validator behaves as if this were `false`. See: hashicorp/terraform#21408 (comment) However, as a result of my investigation, the validator uses the source module to check whether the syntax is valid and types/values are being used correctly. To react with the changes, this commit adds PWD=directory as an temporary environment variable on the command execution, because validate command seems to refer to the current directory.
- Loading branch information