scottwinkler / terraform-provider-shell

Terraform provider for executing shell commands and saving output to state file
Mozilla Public License 2.0
279 stars 60 forks source link

Not supporting cygwin or mingw-w64 #126

Open trombini77 opened 11 months ago

trombini77 commented 11 months ago

I tested the example in my Windows 10 that has VSCode with MINGW64 and CYGWIN shells and in both I saw it starts a cmd instead of execute the bash shell.

Is possible to fix or set what executable file call when execute them?