ohmyzsh/plugins/terraform
Michael Nikitochkin 28c3ff3990
Fix the terraform function name
Current function name do worse. I always use `terr<TAB>` and before those prompt it was add space in the end. Now because we have multiple functions and binaries started with terraform there are no space.
2017-11-14 12:58:58 +01:00
..
_terraform add -backend-config flag to terraform init command (#6370) 2017-11-01 05:56:29 -07:00
README.md Plugins: Terraform (#6373) 2017-11-07 07:45:25 -08:00
terraform.plugin.zsh Fix the terraform function name 2017-11-14 12:58:58 +01:00

atom

Plugin for Terraform, a tool from Hashicorp for managing infrastructure safely and efficiently.

Requirements

Usage

  • Type terraform into your prompt and hit TAB to see available completion options

Expanding ZSH prompt with current Terraform workspace name

If you want to get current Terraform workspace name in your ZSH prompt open your .zsh-theme file and in a choosen place insert:

$FG[045]\
$(terraform_prompt_info)\