Skip to content

Instantly share code, notes, and snippets.

@alicek106
Created March 29, 2019 05:15
Show Gist options
  • Save alicek106/489e7acccb952dba838ffe5696038982 to your computer and use it in GitHub Desktop.
Save alicek106/489e7acccb952dba838ffe5696038982 to your computer and use it in GitHub Desktop.
root@dev:/aws-terraform-kubernetes/terraform# wget https://releases.hashicorp.com/terraform/0.11.13/terraform_0.11.13_linux_amd64.zip && \
unzip terraform_0.11.13_linux_amd64.zip && \
rm terraform_0.11.13_linux_amd64.zip && \
mv terraform /usr/bin && chmod +x /usr/bin/terraform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment