diff options
Diffstat (limited to 'plugins/terraform/README.md')
-rw-r--r-- | plugins/terraform/README.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/plugins/terraform/README.md b/plugins/terraform/README.md index 44e38a1c0..e5d9e47b6 100644 --- a/plugins/terraform/README.md +++ b/plugins/terraform/README.md @@ -1,7 +1,9 @@ -## atom +## Terraform oh-my-zsh plugin Plugin for Terraform, a tool from Hashicorp for managing infrastructure safely and efficiently. +Current as of Terraform v0.11.7 + ### Requirements * [Terraform](https://terraform.io/) @@ -9,3 +11,13 @@ Plugin for Terraform, a tool from Hashicorp for managing infrastructure safely a ### 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 chosen place insert: + +``` +$FG[045]\ +$(tf_prompt_info)\ +``` |