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