Skip to content

Instantly share code, notes, and snippets.

@adamazing
Last active February 13, 2022 03:02
Show Gist options
  • Save adamazing/0b957fa9015f4eb99179e8abcc69dd4d to your computer and use it in GitHub Desktop.
Save adamazing/0b957fa9015f4eb99179e8abcc69dd4d to your computer and use it in GitHub Desktop.
Level Up: Infrastructure as Code - Part 2
curl https://releases.hashicorp.com/terraform/1.1.5/terraform_1.1.5_linux_amd64.zip -o terraform.zip
unzip terraform.zip
sudo mv terraform /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment