runatlantis / atlantis

Terraform Pull Request Automation
https://www.runatlantis.io
Other
7.82k stars 1.06k forks source link

[question] what parallelism setting does atlantis use? #1333

Open red8888 opened 3 years ago

red8888 commented 3 years ago

could not find this in the docs. Does atlantis just use the default parallelism setting for plan and apply? Is there a way to just append this terraform parameter to all the plan and apply commands atlantis runs or would I have to totally override the plan and apply commands it executes by default?

sandy-0007 commented 3 years ago

Would be more delighted to see such option from atlantis

richstokes commented 2 years ago

@red8888, did you ever find the answer to this / if its possible to configure in atlantis?

Wondering if you could it via the workflow by setting extra args; something like:

- plan:
    extra_args: [--parallelism 100]