Skip to content

Commit

Permalink
Set up Terraform before using it
Browse files Browse the repository at this point in the history
Fixes https://github.com/mage-os/terraform/actions/runs/12783081980

Ubuntu 24.04 does not include Terraform anymore, see
actions/runner-images#10636
  • Loading branch information
sprankhub committed Jan 15, 2025
1 parent 6e5e462 commit 63170c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3

- name: Terraform init
id: init
run: terraform init
Expand Down

0 comments on commit 63170c0

Please sign in to comment.