2015-08-04 18:42:28 +00:00
|
|
|
## atom
|
|
|
|
|
|
|
|
Plugin for Terraform, a tool from Hashicorp for managing infrastructure safely and efficiently.
|
|
|
|
|
|
|
|
### Requirements
|
|
|
|
|
2015-08-04 19:54:01 +00:00
|
|
|
* [Terraform](https://terraform.io/)
|
2015-08-04 18:42:28 +00:00
|
|
|
|
|
|
|
### Usage
|
|
|
|
|
|
|
|
* Type `terraform` into your prompt and hit `TAB` to see available completion options
|
2017-11-07 15:45:25 +00:00
|
|
|
|
|
|
|
### 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]\
|
2017-11-14 14:36:22 +00:00
|
|
|
$(tf_prompt_info)\
|
2017-11-07 15:45:25 +00:00
|
|
|
```
|