Skip to content

Commit

Permalink
Added terraform
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Abbas Jaffri <[email protected]>
  • Loading branch information
aliabbasjaffri committed Dec 20, 2024
1 parent 7882e1f commit c572ac9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/setup-python/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ runs:
with:
# Install a specific version of uv.
version: "0.4.30"
- name: Install terraform
run: |
TERRAFORM_VERSION=1.10.2
git clone --depth=1 https://github.com/tfutils/tfenv.git ~/.tfenv
echo 'export PATH="$HOME/.tfenv/bin:$PATH"' >> ~/.bash_profile
TFENV_ARCH=arm64 tfenv install $TERRAFORM_VERSION
tfenv use $TERRAFORM_VERSION
shell: bash
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit c572ac9

Please sign in to comment.