juliosueiras / terraform-lsp

Language Server Protocol for Terraform
MIT License
579 stars 37 forks source link

Plans to support terraform 0.15 #94

Closed MAliNaqvi closed 3 years ago

MAliNaqvi commented 3 years ago

Hi Julio, Thank you for the amazing project.

Was wondering, if there are any plans to support the latest version of terraform?

juliosueirasED commented 3 years ago

Yes, will be pushing an update to fix the issue on 0.15

MAliNaqvi commented 3 years ago

Awesome! Thank you!

MAliNaqvi commented 3 years ago

@juliosueiras I noticed that by modifying the terraform.required_providers block in the beginning and initializing with terraform 12, allows most of the autocomplete to continue as normal.

So, majority of the change could be handled by being able to traverse through .terraform folder created during init in 0.15 vs in 0.12.

juliosueiras commented 3 years ago

can you try 0.0.12 ?

MAliNaqvi commented 3 years ago

Amazing work!

image image

Thank you!