Git Product home page Git Product logo

terraenv's Introduction

Actions Status

terraenv

terraenv

Terraform & Terragrunt version manager inspired by rbenv, tfenv, tgenv

Support

Currently terraenv supports the following Operating System

  • Mac OS X (64bit)
  • Linux (64bit)

Installation

Automatic

Install via Homebrew on OSx

$ brew tap aaratn/terraenv
$ brew install terraenv

Install via Python pip

$ pip install terraenv

Upgrade

via Homebrew on OSx

$ brew upgrade terraenv

Manual on Linux And OSX

  1. Download terraenv for your operating system

Linux

$ wget https://github.com/aaratn/terraenv/releases/latest/download/terraenv_linux_x64.tar.gz

OSX

$ wget https://github.com/aaratn/terraenv/releases/latest/download/terraenv_osx_x64.tar.gz
  1. Extract Tar Archive

Linux

$ tar -xvzf terraenv_linux_x64.tar.gz

OSX

$ tar -xvzf terraenv_osx_x64.tar.gz
  1. Copy the extracted file to your /usr/local/bin directory
$ cp terraenv /usr/local/bin/terraenv

On Ubuntu/Debian touching /usr/local/bin might require sudo access

Usage

terraenv <terraform / terragrunt > install [version]

Install a specific version of Terraform. Available options for version:

  • 1.2.3 exact version to install
  • latest installs latest version
$ terraenv terraform install 0.12.15
$ terraenv terragrunt install 0.21.6
$ terraenv terraform install latest
$ terraenv terragrunt install latest

terraenv < terraform / terragrunt > list remote

.terraenv

If you use a .terraenv, terraenv <terraform / terragrunt > install (no argument) will install the version written in it.

terraenv <terraform/terragrunt> use <version>

Switch a version to use

$ terraenv terraform use 0.11.14
$ terraenv terragrunt use 0.21.6

terraenv uninstall <terraform/terragrunt> <version>

Uninstall a specific version of Terraform

$ terraenv terraform uninstall 0.12.15
$ terraenv terragrunt uninstall 0.21.5

terraenv <terraform/terragrunt> list local

List installed versions

% terraenv terraform list local
0.12
0.11.13
0.11.14
0.12.11
0.12.0
0.12.12
0.12.13
% terraenv terragrunt list local
0.18.7
0.21.6

terraenv <terraform/terragrunt> list remote

List installable versions

% terraenv terraform list remote
...
0.11.3
0.11.4
0.11.5
0.11.6
0.11.7
0.11.8
0.11.9
0.11.10
0.11.11
0.11.12
0.11.13
0.11.14
0.12.0
0.12.1
0.12.2
0.12.3
0.12.4
0.12.5
0.12.6
0.12.7
0.12.8
0.12.9
0.12.10
0.12.11
0.12.12
0.12.13
0.12.14
0.12.15

.terraenv file

If you put a .terraenv file on your project root, terraenv detects it and uses the version written in it.

$ cat .terraenv
TERRAFORM=0.12.15
TERRAGRUNT=0.21.6

$ terraenv terraform install

$ terraform -version
Terraform v0.12.15

$ terraenv terragrunt install

$ terragrunt -version
terragrunt version v0.21.6

To use Terraform or Terragrunt version from `.terraenv` file present at your current directory path.

$ terraenv terraform use

$ terraenv terragrunt use

LICENSE

Inspiration

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.