README.md 493 Bytes
Newer Older
gkze's avatar
gkze committed
1
2
3
4
5
6
## atom

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

### Requirements

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

### Usage

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

### 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]\
20
$(tf_prompt_info)\
Maciej Lasyk's avatar
Maciej Lasyk committed
21
```