Skip to content

Commit 64e6eb0

Browse files
committed
Bump tf parallelism to 25
1 parent 19139c6 commit 64e6eb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/terraform-github.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Terraform Plan
5151
id: plan
5252
run: |
53-
terraform plan -out=plan.tmp
53+
terraform plan -out=plan.tmp -parallelism=25
5454
terraform show -no-color plan.tmp >${GITHUB_WORKSPACE}/plan.out
5555
continue-on-error: true
5656

@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Terraform Apply
130130
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
131-
run: terraform apply -auto-approve -input=false
131+
run: terraform apply -auto-approve -input=false -parallelism=25
132132

133133
- name: Send message to Slack via Workflow Builder
134134
uses: ./.github/actions/slack-alert

0 commit comments

Comments
 (0)