feat(terraform): add tflint language server

This commit is contained in:
Robson Roberto Souza Peixoto 2023-08-01 20:51:24 -03:00
parent 566049aa4a
commit 34a34c26d3
No known key found for this signature in database

View file

@ -21,6 +21,7 @@ return {
opts = { opts = {
servers = { servers = {
terraformls = {}, terraformls = {},
tflint = {},
}, },
}, },
}, },