Last active
November 17, 2019 23:42
-
-
Save KyMidd/26cdb33c295f90b7d0eeb9919cdc8000 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Install Terraform | |
env: | |
TERRAFORM_VERSION: "0.12.15" | |
run: | | |
tf_version=$TERRAFORM_VERSION | |
wget https://releases.hashicorp.com/terraform/"$tf_version"/terraform_"$tf_version"_linux_amd64.zip | |
unzip terraform_"$tf_version"_linux_amd64.zip | |
sudo mv terraform /usr/local/bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment