summaryrefslogtreecommitdiff
path: root/plugins/terraform/terraform.plugin.zsh
AgeCommit message (Collapse)Author
2018-10-05terraform: disable terraform prompt in $HOME (#7227)Tristan Escalada
In the home directory there is a .terraform folder for modules but it is most likely not an actual directory of terraform scripts. Therefore, this patch disables checking for workspace in the home directory.
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