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 7f722b9 commit 24d43e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-python/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
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 install $TERRAFORM_VERSION
tfenv use $TERRAFORM_VERSION
shell: bash
- name: Set up Python
Expand Down

0 comments on commit 24d43e9

Please sign in to comment.