diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2020-10-08 11:04:31 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2020-10-08 11:04:31 -0600 |
commit | 1774c426de3c4845e2d606c813c37067b8cf78d7 (patch) | |
tree | 872a7bbcaa79cf0b1c19d2687090ee6eb8e205fb /plugins/terraform/README.md | |
parent | 2b3d602644a13aa97391f22ecfc249b6bc58dd49 (diff) | |
parent | 27857e66d0dab0bd05790307dfe5388f3cb2c51a (diff) | |
download | zsh-1774c426de3c4845e2d606c813c37067b8cf78d7.tar.gz zsh-1774c426de3c4845e2d606c813c37067b8cf78d7.tar.bz2 zsh-1774c426de3c4845e2d606c813c37067b8cf78d7.zip |
Merge remote-tracking branch 'origin/master' into master
Diffstat (limited to 'plugins/terraform/README.md')
-rw-r--r-- | plugins/terraform/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/terraform/README.md b/plugins/terraform/README.md index 471aef24e..9e9f0cdfb 100644 --- a/plugins/terraform/README.md +++ b/plugins/terraform/README.md @@ -2,7 +2,7 @@ Plugin for Terraform, a tool from Hashicorp for managing infrastructure safely and efficiently. -Current as of Terraform v0.11.7 +Current as of Terraform v0.13 ### Requirements @@ -17,6 +17,7 @@ plugins=(... terraform) ``` * Type `terraform` into your prompt and hit `TAB` to see available completion options + * Type `tf` into your prompt as a short alias to `terraform` ### Expanding ZSH prompt with current Terraform workspace name |