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 24d43e9 commit 806f3fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/setup-python/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ runs:
- 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
git clone https://github.com/tfutils/tfenv.git ${HOME}/.tfenv
export PATH="${HOME}/.tfenv/bin:${PATH}"
echo 'export PATH="$HOME/.tfenv/bin:$PATH"' >> ${HOME}/.profile
tfenv install $TERRAFORM_VERSION
tfenv use $TERRAFORM_VERSION
shell: bash
Expand Down

0 comments on commit 806f3fa

Please sign in to comment.