Created
March 29, 2019 05:15
-
-
Save alicek106/489e7acccb952dba838ffe5696038982 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
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