Skip to content

Commit 15df10a

Browse files
committed
removed tf installation cause the runner already has it
1 parent 60e4548 commit 15df10a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/terraform-plan.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@v3
2626

27-
# Install the latest version of Terraform
28-
- name: Setup Terraform
29-
uses: hashicorp/setup-terraform@v3
30-
31-
3227
# Run Terraform commands
3328
- name: Terraform Init
3429
run: terraform init

0 commit comments

Comments
 (0)