Closed
Description
Add an argument to terraform_validate
to run terraform init
before running terraform validate
.
Originally posted by @eytanhanig in #203 (comment)
Notes fo contributors:
Additionally to force-init
option, we can use terraform providers
and run terraform init
if necessary, automatically. See this comment for more details - #299 (comment)