Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created January 13, 2020 04:56
Show Gist options
  • Select an option

  • Save KyMidd/918c271096c1d461ec1c7affdda6f114 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/918c271096c1d461ec1c7affdda6f114 to your computer and use it in GitHub Desktop.
# 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