All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 ===============================================================================
2 ALE Terraform Integration *ale-terraform-options*
5 ===============================================================================
6 checkov *ale-terraform-checkov*
8 *ale-options.terraform_checkov_executable*
9 *g:ale_terraform_checkov_executable*
10 *b:ale_terraform_checkov_executable*
11 terraform_checkov_executable
12 g:ale_terraform_checkov_executable
16 This variable can be changed to use a different executable for checkov.
18 *ale-options.terraform_checkov_options*
19 *g:ale_terraform_checkov_options*
20 *b:ale_terraform_checkov_options*
21 terraform_checkov_options
22 g:ale_terraform_checkov_options
26 This variable can be changed to set additional options for checkov.
29 ===============================================================================
30 terraform-fmt-fixer *ale-terraform-fmt-fixer*
32 *ale-options.terraform_fmt_executable*
33 *g:ale_terraform_fmt_executable*
34 *b:ale_terraform_fmt_executable*
35 terraform_fmt_executable
36 g:ale_terraform_fmt_executable
38 Default: `'terraform'`
40 This variable can be changed to use a different executable for terraform.
42 *ale-options.terraform_fmt_options*
43 *g:ale_terraform_fmt_options*
44 *b:ale_terraform_fmt_options*
46 g:ale_terraform_fmt_options
51 ===============================================================================
52 terraform *ale-terraform-terraform*
54 *ale-options.terraform_terraform_executable*
55 *g:ale_terraform_terraform_executable*
56 *b:ale_terraform_terraform_executable*
57 terraform_terraform_executable
58 g:ale_terraform_terraform_executable
60 Default: `'terraform'`
62 This variable can be changed to use a different executable for terraform.
65 ===============================================================================
66 terraform-ls *ale-terraform-terraform-ls*
68 Official terraform language server. More stable than *terraform-lsp* but
69 currently has less features.
71 *ale-options.terraform_ls_executable*
72 *g:ale_terraform_ls_executable*
73 *b:ale_terraform_ls_executable*
74 terraform_ls_executable
75 g:ale_terraform_ls_executable
77 Default: `'terraform-ls'`
79 This variable can be changed to use a different executable for terraform-ls.
81 *ale-options.terraform_ls_options*
82 *g:ale_terraform_ls_options*
83 *b:ale_terraform_ls_options*
85 g:ale_terraform_ls_options
89 This variable can be changed to pass custom CLI flags to terraform-ls.
92 ===============================================================================
93 terraform-lsp *ale-terraform-terraform-lsp*
95 *ale-options.terraform_langserver_executable*
96 *g:ale_terraform_langserver_executable*
97 *b:ale_terraform_langserver_executable*
98 terraform_langserver_executable
99 g:ale_terraform_langserver_executable
101 Default: `'terraform-lsp'`
103 This variable can be changed to use a different executable for terraform-lsp.
105 *ale-options.terraform_langserver_options*
106 *g:ale_terraform_langserver_options*
107 *b:ale_terraform_langserver_options*
108 terraform_langserver_options
109 g:ale_terraform_langserver_options
113 This variable can be changed to pass custom CLI flags to terraform-lsp.
116 ===============================================================================
117 tflint *ale-terraform-tflint*
119 *ale-options.terraform_tflint_executable*
120 *g:ale_terraform_tflint_executable*
121 *b:ale_terraform_tflint_executable*
122 terraform_tflint_executable
123 g:ale_terraform_tflint_executable
127 This variable can be changed to use a different executable for tflint.
129 *ale-options.terraform_tflint_options*
130 *g:ale_terraform_tflint_options*
131 *b:ale_terraform_tflint_options*
132 terraform_tflint_options
133 g:ale_terraform_tflint_options
137 This variable can be changed to pass different options to tflint. Ale does
138 expect json output from tflint, so if you change this, you'll probably want
139 to include '-f json' in your new value.
142 ===============================================================================
143 tfsec *ale-terraform-tfsec*
145 *ale-options.terraform_tfsec_executable*
146 *g:ale_terraform_tfsec_executable*
147 *b:ale_terraform_tfsec_executable*
148 terraform_tfsec_executable
149 g:ale_terraform_tfsec_executable
153 This variable can be changed to use a different executable for tfsec.
155 *ale-options.terraform_tfsec_options*
156 *g:ale_terraform_tfsec_options*
157 *b:ale_terraform_tfsec_options*
158 terraform_tfsec_options
159 g:ale_terraform_tfsec_options
163 This variable can be changed to pass custom CLI flags to tfsec.
166 ===============================================================================
167 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: