stormcorgi / iac-learn

Learning Infrastructure as a Code
0 stars 0 forks source link

Install Terraform #2

Closed stormcorgi closed 1 year ago

stormcorgi commented 1 year ago

Put binary file ?

stormcorgi commented 1 year ago
  1. brew tap hashicorp/tap
  2. brew install hashicorp/tap/terraform
Error: Your Command Line Tools are too outdated.
Update them from Software Update in System Preferences.

If that doesn't show you any updates, run:
  sudo rm -rf /Library/Developer/CommandLineTools
  sudo xcode-select --install

Alternatively, manually download them from:
  https://developer.apple.com/download/all/.
You should download the Command Line Tools for Xcode 13.4.
Removing: /opt/homebrew/lib/python3.10/site-packages/__pycache__/mypy_extensions.cpython-310.pyc... (5.3KB)
Error: Permission denied @ apply2files - /opt/homebrew/lib/python3.10/site-packages/__pycache__/mypy_extensions.cpython-310.pyc

sudo chown -R $(whoami) $(brew --prefix)/*

  1. brew reinstall hashicorp/tap/terraform
stormcorgi commented 1 year ago

Terraform v1.3.9 on darwin_arm64