Home
Softono

Homebrew Terraforms

Open source MIT Ruby
180
Stars
26
Forks
0
Issues
11
Watchers
3 months
Last Commit

 About Homebrew Terraforms

Homebrew repository for a Terraform version switcher and all Terraform versions

Platforms

Web Self-hosted macOS

Languages

Ruby

Links

Need Help Installing Homebrew Terraforms?

We provide expert installation service for this software. Our team will install, configure, and secure Homebrew Terraforms on your server. plans start at just $30.

Homebrew Terraforms

View on GitHub

homebrew-terraforms - Homebrew Casks for all Terraform versions

This repository includes Homebrew Casks to install multiple (or even all!) Terraform versions at the same time. It also includes Homebrew Formula for chtf, a Terraform version switcher.

NOTE: The chtf tool has been extracted to its own repository: https://github.com/tmatilai/chtf. It can still be installed via this Tap and used as before. But now it also supports systems without Homebrew, also for auto-install.

Usage

Tap this repository:

brew tap tmatilai/terraforms

Install the chtf helper:

brew install chtf

For bash and zsh add the following to the ~/.bashrc or ~/.zshrc file:

if [[ -f "$(brew --prefix)/share/chtf/chtf.sh" ]]; then
    source "$(brew --prefix)/share/chtf/chtf.sh"
fi

The fish version is autoloaded so there is nothing more to do!

Then select the wanted Terraform version to use with chtf.

chtf 0.14.8

You can also just install a specific Terraform version (but you'll need to use chtf or adjust PATH yourself to use it):

brew install --cask terraform-0-6-9

Contributing

Bug reports, pull requests, and other contributions are welcome on GitHub at https://github.com/tmatilai/homebrew-terraforms.

This project is intended to be a safe, welcoming space for collaboration. By participating in this project you agree to abide by the terms of Contributor Code of Conduct.