README.md
September 9, 2019 ยท View on GitHub
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)
- Type
terraforminto your prompt and hitTABto see available completion options
Features
- When you type at the
-targetoption it show the list of resources.
$ terraform plan -target
foo.bar bar.baz ...