Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 439 Bytes

USE_TFENV.md

File metadata and controls

20 lines (13 loc) · 439 Bytes

Use tfenv

This repository requires tfenv to be installed on your system.

See the following instructions to install tfenv:

1. Delete existing terraform installation

# this operation may require root privilege
sudo rm "$(which terraform)"

2. Install tfenv

brew install tfenv

for the manual installation, see tfutils/tfenv