Created
January 13, 2020 04:56
-
-
Save KyMidd/918c271096c1d461ec1c7affdda6f114 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # Install dependencies | |
| before_install: | |
| - 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/ | |
| - rm terraform_"$tf_version"_linux_amd64.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment