Skip to content

Instantly share code, notes, and snippets.

@jeremyyeo
Created September 21, 2021 05:37
Show Gist options
  • Select an option

  • Save jeremyyeo/7d3e9d2b63059f17a48704ace4a22bd9 to your computer and use it in GitHub Desktop.

Select an option

Save jeremyyeo/7d3e9d2b63059f17a48704ace4a22bd9 to your computer and use it in GitHub Desktop.
Install terraform on macOS
#!/bin/bash
curl -sS https://releases.hashicorp.com/terraform/1.0.7/terraform_1.0.7_darwin_amd64.zip > terraform.zip &&
unzip terraform.zip &&
mv terraform /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment