Skip to content

Commit

Permalink
Merge pull request #4 from vivantehealth/install-terraform
Browse files Browse the repository at this point in the history
Install terraform since it is not included in ubuntu-24.04 images
  • Loading branch information
alkallio authored Jan 3, 2025
2 parents d13e884 + 4131ee2 commit eda9d71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ inputs:
runs:
using: "composite"
steps:
- name: Set up Terraform cli
uses: hashicorp/setup-terraform@v3
- name: TF init
shell: bash
working-directory: ${{ inputs.tf_working_dir }}
Expand Down

0 comments on commit eda9d71

Please sign in to comment.