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

What exactly is `enable_parallelism`? #97

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi @scottwinkler, looking at the docs and just browsing through the code, it's not entirely clear what enable_parallelism does. Can you add some more docs on it?

I'm curious because I'm having an issue where I have a couple of shell script resources that destroy at the same time and sometimes they seem get stuck and cause my terraform run to time out. I'm wondering if it could have something to do with the mutex. Any insight is appreciated!