summaryrefslogtreecommitdiff
path: root/plugins/terraform
AgeCommit message (Collapse)Author
2018-05-17Update terraform plugin with v0.11.7 commands and help (#6834)Matt Lewin
2018-01-22add -auto-approve flag to terraform apply command (#6558)Michael Nikitochkin
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
2017-11-01add -backend-config flag to terraform init command (#6370)madpawel
2016-12-30 'plugins/terraform/_terraform: Solve typos'Patrick José Pereira
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2015-08-04Update to latest Terraform release 0.6.1Florin Patan
2015-08-04Add terraform completiongkze