Skip to content

Instantly share code, notes, and snippets.

@mikaelkrief
Last active January 28, 2019 13:44
Show Gist options
  • Save mikaelkrief/808af111485a1003447a3622470c0018 to your computer and use it in GitHub Desktop.
Save mikaelkrief/808af111485a1003447a3622470c0018 to your computer and use it in GitHub Desktop.
#/bin/bash
wget https://releases.hashicorp.com/terraform/0.11.11/terraform_0.11.11_linux_amd64.zip && \
unzip terraform_0.11.11_linux_amd64.zip -d /bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment