Home

Awesome

Terraform oh-my-zsh plugin

Plugin for Terraform, more extended than original oh-my-zsh plugin, a tool from Hashicorp for managing infrastructure safely and efficiently.

Current as of Terraform v0.11.7

Requirements

Usage

clone this repository into custom directory with name terraform:

git clone https://github.com/hanjunlee/terragrunt-oh-my-zsh-plugin ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/terraform

add terraform to the plugins array of your ~/.zshrc file:

plugins=(... terraform)

Features

$ terraform plan -target 

foo.bar bar.baz ...