Skip to content

Instantly share code, notes, and snippets.

@medival
Last active June 27, 2022 11:33
Show Gist options
  • Save medival/9dafe315a2272a59c5edbed69ee78421 to your computer and use it in GitHub Desktop.
Save medival/9dafe315a2272a59c5edbed69ee78421 to your computer and use it in GitHub Desktop.
#! /bin/bash
sudo apt-get update && sudo apt-get install -y gnupg software-properties-common curl
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt-get update && sudo apt-get install terraform -y
terraform -install-autocomplete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment