Skip to content
This repository has been archived by the owner on Apr 18, 2021. It is now read-only.

noahingh/terraform-oh-my-zsh-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 terraform into your prompt and hit TAB to see available completion options

Features

  • When you type at the -target option it show the list of resources.
$ terraform plan -target 

foo.bar bar.baz ...

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages