summaryrefslogtreecommitdiff
path: root/plugins/terraform/README.md
AgeCommit message (Collapse)Author
2023-02-21feat(terraform): add `tfc` alias (#10815)rohitbahekar
2022-03-18feat(terraform): add alias `tfo` for terraform output (#10667)Leon
2021-12-29feat(terraform): add more aliases (#9989)mehdicopter
Closes #9989
2020-09-30terraform: add tf Alias (#8206)Andrew Babichev
2019-06-26terraform: update README (#7934)tom-apfm
Add better usage instructions for the plugin which actually work
2018-05-17Update terraform plugin with v0.11.7 commands and help (#6834)Matt Lewin
2017-11-14Fix the terraform function name (#6418)Michael Nikitochkin
* Fix the terraform function name Current function name do worse. I always use `terr<TAB>` and before those prompt it was add space in the end. Now because we have multiple functions and binaries started with terraform there are no space. * Updated terraform readme Updated the name of new function name
2017-11-07Plugins: Terraform (#6373)Maciej Lasyk
Expanded Terraform plugin with function that can be used to show workspace name in the zsh prompt
2015-08-04Update to latest Terraform release 0.6.1Florin Patan
2015-08-04Add terraform completiongkze