Skip to content

Instantly share code, notes, and snippets.

@dreynolds
Created April 8, 2024 13:51
Show Gist options
  • Save dreynolds/6f737f940a0bf7832e0065a8c1d3e18d to your computer and use it in GitHub Desktop.
Save dreynolds/6f737f940a0bf7832e0065a8c1d3e18d to your computer and use it in GitHub Desktop.
Installing old versions of terraform on MacOS
$ brew install tfenv
# use arm64 because a Mac Silicon version of this old version doesn't exit and rosetta can run it anyway
$ TFENV_ARCH=arm64 tfenv install 0.14.2
$ tfenv use 0.14.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment