v0.36.1
Modules affected
terraform
Description
- Fix bugs with how Terratest handles the
-no-color
and-var
/-var-file
options with Terraform. In particular, we (a) no longer append-var
or-var-file
when callingapply
with a plan file and (b) append-no-color
at the end of the args, where Terraform expects it.
Special thanks
Special thanks to @tolgaio for the contribution!