Description
Infrastructure configuration files written for Terraform can get editor features such as completion, diagnostics, formatting help, and symbol information through the Language Server Protocol. This is useful for infrastructure-as-code work in editors that support LSP.
The language server analyzes Terraform configuration and may interact with project files, but it does not apply infrastructure changes by itself. Real changes still happen through Terraform commands run separately.