terraform-ls
install
code:shell
$ brew install hashicorp/tap/terraform-ls
hashivim/vim-terraform 入れておく
code:vim
if executable('terraform-ls')
au User lsp_setup call lsp#register_server({
\ 'name': 'terraform-ls',
\ })
endif
:LspInstallServer terraform-ls でインストール