diff options
author | Robby Russell <robby@planetargon.com> | 2015-08-12 21:13:39 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2015-08-12 21:13:39 -0700 |
commit | 4c1eda114d982ff5f7f7adc396f24c25d3f639d0 (patch) | |
tree | cc8e51052b55c3104b0d632f1e0f5a0730d6a393 /plugins/terraform/README.md | |
parent | e3a01e5af1bd47918e8de059af8ff619e2495acf (diff) | |
parent | bd893ac35c3f3f58e8a9e9c46322cee75c97e591 (diff) | |
download | zsh-4c1eda114d982ff5f7f7adc396f24c25d3f639d0.tar.gz zsh-4c1eda114d982ff5f7f7adc396f24c25d3f639d0.tar.bz2 zsh-4c1eda114d982ff5f7f7adc396f24c25d3f639d0.zip |
Merge pull request #4216 from gkze/master
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..44e38a1c0 --- /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://terraform.io/) + +### Usage + + * Type `terraform` into your prompt and hit `TAB` to see available completion options |