All Projects → Yleisradio → Homebrew Terraforms

Yleisradio / Homebrew Terraforms

Licence: mit
Homebrew repository for a Terraform version switcher and all Terraform versions

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Homebrew Terraforms

homebrew-apple-fonts
Easily install Apples fonts using homebrew.
Stars: ✭ 12 (-93.1%)
Mutual labels:  homebrew, tap
homebrew-srm
Homebrew tap for srm since Apple and Homebrew decided nobody had mechanical disks anymore.
Stars: ✭ 14 (-91.95%)
Mutual labels:  homebrew, tap
action-homebrew-bump-formula
⚙️ A GitHub Action to easily bump Homebrew formula on new release
Stars: ✭ 68 (-60.92%)
Mutual labels:  homebrew, tap
Homebrew Command Not Found
🔍 Ubuntu’s command-not-found equivalent for Homebrew on macOS
Stars: ✭ 236 (+35.63%)
Mutual labels:  homebrew, tap
Homebrew Bundle
📦 Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store.
Stars: ✭ 3,940 (+2164.37%)
Mutual labels:  homebrew, tap
homebrew-ecmascript
Homebrew formulae for ECMAScript engines
Stars: ✭ 13 (-92.53%)
Mutual labels:  homebrew, tap
homebrew-mopidy
Homebrew formulas for Mopidy and Mopidy extensions
Stars: ✭ 21 (-87.93%)
Mutual labels:  homebrew, tap
homebrew-portable-ruby
🚗 Versions of Ruby that can be installed and run from anywhere on the filesystem.
Stars: ✭ 96 (-44.83%)
Mutual labels:  homebrew, tap
homebrew-adobe
@Homebrew tap for @adobe apps and plugins.
Stars: ✭ 24 (-86.21%)
Mutual labels:  homebrew, tap
puppet-homebrew
homebrew (+brewcask! +taps!) package installer and provider
Stars: ✭ 17 (-90.23%)
Mutual labels:  homebrew, tap
Homebrew Livecheck
💀 Homebrew/homebrew-livecheck (deprecated)
Stars: ✭ 104 (-40.23%)
Mutual labels:  homebrew, tap
Homebrew Core
🍻 Default formulae for the missing package manager for macOS (or Linux)
Stars: ✭ 10,450 (+5905.75%)
Mutual labels:  homebrew, tap
Homebrew Services
🚀 Manage background services with macOS' launchctl daemon manager
Stars: ✭ 1,656 (+851.72%)
Mutual labels:  homebrew, tap
Terraform Aws Cloudfront S3 Cdn
Terraform module to easily provision CloudFront CDN backed by an S3 origin
Stars: ✭ 162 (-6.9%)
Mutual labels:  terraform
Reflow
Content-routable socks5 proxy switcher for your entire LAN.
Stars: ✭ 170 (-2.3%)
Mutual labels:  tap
Vscode
Connect to MongoDB and Atlas and directly from your VS Code environment, navigate your databases and collections, inspect your schema and use playgrounds to prototype queries and aggregations.
Stars: ✭ 161 (-7.47%)
Mutual labels:  terraform
Xrepo
🗂️ A cross-platform C/C++ package manager based on Xmake
Stars: ✭ 162 (-6.9%)
Mutual labels:  homebrew
Kestrel
The Kestrel is a family of home-made computers, built as much as possible on open-source technology, and supporting as much as possible the open-source philosophy.
Stars: ✭ 171 (-1.72%)
Mutual labels:  homebrew
Dotfiles
vim, zsh, git, homebrew, nvm, neovim - my whole world
Stars: ✭ 2,217 (+1174.14%)
Mutual labels:  homebrew
Terraform Docs
Generate documentation from Terraform modules in various output formats
Stars: ✭ 2,483 (+1327.01%)
Mutual labels:  terraform

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/Yleisradio/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 yleisradio/terraforms

Install the chtf helper:

brew install chtf

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

if [[ -f /usr/local/share/chtf/chtf.sh ]]; then
    source /usr/local/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 cask install terraform-0.6.9

Contibuting

Bug reports, pull requests, and other contributions are welcome on GitHub at https://github.com/Yleisradio/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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].