README.md 546 Bytes
Newer Older
1
## Terraform oh-my-zsh plugin
gkze's avatar
gkze committed
2
3
4

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

5
6
Current as of Terraform v0.11.7

gkze's avatar
gkze committed
7
8
### Requirements

9
 * [Terraform](https://terraform.io/)
gkze's avatar
gkze committed
10
11
12
13

### Usage

 * Type `terraform` into your prompt and hit `TAB` to see available completion options
Maciej Lasyk's avatar
Maciej Lasyk committed
14
15
16

### Expanding ZSH prompt with current Terraform workspace name

17
18
If you want to get current Terraform workspace name in your ZSH prompt open
your .zsh-theme file and in a chosen place insert:
Maciej Lasyk's avatar
Maciej Lasyk committed
19
20
21

```
$FG[045]\
22
$(tf_prompt_info)\
Maciej Lasyk's avatar
Maciej Lasyk committed
23
```