We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19139c6 commit 64e6eb0Copy full SHA for 64e6eb0
1 file changed
.github/workflows/terraform-github.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Terraform Plan
51
id: plan
52
run: |
53
- terraform plan -out=plan.tmp
+ terraform plan -out=plan.tmp -parallelism=25
54
terraform show -no-color plan.tmp >${GITHUB_WORKSPACE}/plan.out
55
continue-on-error: true
56
@@ -128,7 +128,7 @@ jobs:
128
129
- name: Terraform Apply
130
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
131
- run: terraform apply -auto-approve -input=false
+ run: terraform apply -auto-approve -input=false -parallelism=25
132
133
- name: Send message to Slack via Workflow Builder
134
uses: ./.github/actions/slack-alert
0 commit comments