ohmyzsh/plugins/terraform
Maciej Lasyk 6c875f8930 Plugins: Terraform
Expanded Terraform plugin with function that can be used to show workspace name in the zsh prompt
2017-10-25 13:30:10 +02:00
..
_terraform 'plugins/terraform/_terraform: Solve typos' 2016-12-30 10:34:16 -02:00
README.md Plugins: Terraform 2017-10-25 13:30:10 +02:00
terraform.plugin.zsh Plugins: Terraform 2017-10-25 13:30:10 +02: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)\