mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Add terraform completion
This commit is contained in:
parent
3d5b3430fd
commit
7f3e6143ec
2 changed files with 172 additions and 0 deletions
11
plugins/terraform/README.md
Normal file
11
plugins/terraform/README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
## atom
|
||||
|
||||
Plugin for Terraform, a tool from Hashicorp for managing infrastructure safely and efficiently.
|
||||
|
||||
### Requirements
|
||||
|
||||
* [Terraform](https://teraform.io/)
|
||||
|
||||
### Usage
|
||||
|
||||
* Type `terraform` into your prompt and hit `TAB` to see available completion options
|
||||
Loading…
Add table
Add a link
Reference in a new issue