diff options
author | gkze <george.kontridze@gmail.com> | 2015-08-04 11:42:28 -0700 |
---|---|---|
committer | gkze <george.kontridze@gmail.com> | 2015-08-04 11:42:28 -0700 |
commit | 7f3e6143ec03fd0b2558027783b375d42ceb3e4d (patch) | |
tree | 84072789de0d8d69b6cd0e436281749c6b5e4835 /plugins/terraform/README.md | |
parent | 3d5b3430fd9da12f6e33f534e487fe9b18928ac7 (diff) | |
download | zsh-7f3e6143ec03fd0b2558027783b375d42ceb3e4d.tar.gz zsh-7f3e6143ec03fd0b2558027783b375d42ceb3e4d.tar.bz2 zsh-7f3e6143ec03fd0b2558027783b375d42ceb3e4d.zip |
Add terraform completion
Diffstat (limited to 'plugins/terraform/README.md')
-rw-r--r-- | plugins/terraform/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/terraform/README.md b/plugins/terraform/README.md new file mode 100644 index 000000000..3f357b183 --- /dev/null +++ b/plugins/terraform/README.md @@ -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 |