Allow setting -parallelism= flag
- Dominant language
- Go
- Stars
- 26
- Forks
- 7
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
### TL;DR
Setting `terraform plan -parallelism=100` can give a ~3x speedup for large projects. I'd like to be able to set this with `guardian plan`, but I don't see an option for it: https://github.com/abcxyz/guardian/blob/main/cli.md#plan
### Detailed design
```markdown
This could either be an additional flag for guardian plan, or some generic way of adding additional terraform flags, such as `guardian plan -terraform-flags="-parallelism=100"`.
```
### Alternatives considered
```markdown
Just being slightly more patient :)
```
### Additional information
Evidence for the speedup when using `guardian run -- ...`:

Contributor guide
Assessment
This issue has not been assessed yet.