-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy pathterraform.txt
41 lines (29 loc) · 1.5 KB
/
terraform.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
*terraform.txt* basic vim/terraform integration
Author: HashiVim <https://github.com/hashivim>
License: ISC license
Repo: https://github.com/hashivim/vim-terraform
Type |gO| to see the table of contents.
==============================================================================
COMMANDS *terraform-commands*
These commands are only available if terraform is in your PATH.
*:Terraform*
`:Terraform` [args] Invoke an arbitrary terraform command.
*:TerraformFmt*
`:TerraformFmt` Invoke `terraform fmt` on a current buffer.
==============================================================================
SETTINGS *terraform-settings*
*g:terraform_align*
Allow vim-terraform to align settings automatically with Tabularize.
Default: 0
*g:terraform_binary_path*
Allow vim-terraform to use a custom path for the terraform binary.
Default: terraform
*g:terraform_fmt_on_save*
Allow vim-terraform to automatically format *.tf and *.tfvars files with
terraform fmt. You can also do this manually with the `:TerraformFmt` command.
Default: 0
*g:terraform_fold_sections*
Allow vim-terraform to automatically fold (hide until unfolded) sections of
terraform code.
Default: 0
vim:tw=78:et:ft=help:norl: