summaryrefslogtreecommitdiff
path: root/plugins/terraform
AgeCommit message (Collapse)Author
2025-01-30feat(terraform): support `TF_DATA_DIR` in `tf_prompt_info` (#12949)soemiran
2024-10-03feat(terraform): add `destroy -auto-approve` alias (#12704)So4resAlex
2024-09-18feat (terraform): add `apply -auto-approve` alias (#12658)Tushar Mohod
Closes #12591
2024-09-05feat(terraform): add `fmt -recursive` alias (#12637)michael-follmann
2024-06-10feat(terraform): add workspace aliases (#12171)nitrocode
* feat(terraform): add workspace aliases * chore: rm aliases in separate pending pr * docs: show tfiu alias in readme --------- Co-authored-by: Robby Russell <robby@planetargon.com>
2024-03-26feat(terraform): add `tft` (`terraform test`) (#12299)Arash Haghighat
2024-03-04fix(terraform): fix completion repeating flags with value (#12256)Maxime Brunet
2024-03-03fix(terraform): pass `-chdir` to completion commands (#12254)Maxime Brunet
2024-03-03feat(terraform): update completion to `v1.7` (#12252)Maxime Brunet
2024-01-13feat(terraform): add new terraform and helm aliases (#11923)reda
2023-08-16feat(terraform): add terraform version prompt (#11845)Jin Cheol
2023-02-21feat(terraform): add `tfc` alias (#10815)rohitbahekar
2023-02-21fix(terraform): go back to zsh custom completionCarlo Sala
Revert fcbfdf42de702d55174fe2b19142ba232289671e
2022-11-10feat(terraform): load completion from bashMarcos Alano
Closes #11328 Closes #11330
2022-10-03chore(docs): fix some typos (#11211)George Rodrigues
2022-03-18feat(terraform): add alias `tfo` for terraform output (#10667)Leon
2021-12-29feat(terraform): add more aliases (#9989)mehdicopter
Closes #9989
2021-12-29feat(terraform): add PREFIX and SUFFIX settings to `tf_prompt_info` (#8605)Karn Saheb
Closes #8605
2021-03-08fix(terraform): use faster method to get workspace (#9709)Vlad Korolev
Also add tf_prompt_info to the list of prompt functions so theme writers are aware of it
2020-11-20feat(terraform): add autocompletion for Terraform 0.13 (#9226)Mohamed El Mouctar Haidara
2020-09-30terraform: add tf Alias (#8206)Andrew Babichev
2020-05-23terraform: add fmt -recursive flag autocompletion (#8880)Fotos Georgiadis
2019-11-20terraform: update completion (#8396)Håvard Moen
2019-06-26terraform: update README (#7934)tom-apfm
Add better usage instructions for the plugin which actually work
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.
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