diff options
author | rohitbahekar <57762527+rohitbahekar@users.noreply.github.com> | 2023-02-21 15:53:04 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-21 11:23:04 +0100 |
commit | 9f9d3b7d247b3c3e21542abaaf107e3d15aac1a5 (patch) | |
tree | 7992572175eee1b42f85c837cc63764bdccb5601 /plugins/terraform/README.md | |
parent | c50bac7b42e7d24dd9ef314fa9bf17859e4218ed (diff) | |
download | zsh-9f9d3b7d247b3c3e21542abaaf107e3d15aac1a5.tar.gz zsh-9f9d3b7d247b3c3e21542abaaf107e3d15aac1a5.tar.bz2 zsh-9f9d3b7d247b3c3e21542abaaf107e3d15aac1a5.zip |
feat(terraform): add `tfc` alias (#10815)
Diffstat (limited to 'plugins/terraform/README.md')
-rw-r--r-- | plugins/terraform/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/terraform/README.md b/plugins/terraform/README.md index 59c6e7f2a..c19f2ad1c 100644 --- a/plugins/terraform/README.md +++ b/plugins/terraform/README.md @@ -19,6 +19,7 @@ plugins=(... terraform) | ----- | -------------------- | | `tf` | `terraform` | | `tfa` | `terraform apply` | +| `tfc` | `terraform console` | | `tfd` | `terraform destroy` | | `tff` | `terraform fmt` | | `tfi` | `terraform init` | |