deliveredtechnologies / terraform-maven

Terraform Maven Plugin
Apache License 2.0
42 stars 13 forks source link

Windows: Add Support for GitBash #119

Closed Clayton7510 closed 5 years ago

Clayton7510 commented 5 years ago

Presently, the CommandLine class runs the terraform commands using the default windows command line shell (cmd.exe). However, in Terraform 0.12, the windows command line shell doesn't work correctly when passing in names tfvar values. GitBash doesn't seem to have the same problems.

So, the proposed feature enhancement is as follows: