hashicorp / terraform-cdk-action

The Terraform CDK GitHub Action allows you to run CDKTF as part of your CI/CD workflow
Mozilla Public License 2.0
46 stars 21 forks source link

feat: add parallelism flag #104

Closed Maed223 closed 11 months ago

Maed223 commented 11 months ago

Related issue

Fixes #34

Description

Adds parallelism option to inputs.

ansgarm commented 11 months ago

I don't think this makes sense. The action is currently limited to a single stack being run as far as I know. This means any setting of stack-level parallelism makes no sense if we talk about one stack being run

@DanielMSchmidt Can't you pass * as the stack name? Should work for apply, shouldn't it?

DanielMSchmidt commented 11 months ago

Yeah it would work, but it's not the intended usage from my point of view. I would expect questions / issues about planning multiple stacks at once to come as a result which is something that we don't support out of the complexity of doing accurate plans across multiple dependent workspaces.

ansgarm commented 11 months ago

Makes sense, yeah 👍

Maed223 commented 11 months ago

Changes out of scope for project

github-actions[bot] commented 10 months ago

I'm going to lock this pull request because it has been closed for at least 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue so we can investigate further.