No description
  • Go 70.4%
  • HCL 20.6%
  • Ruby 5.6%
  • Python 2.3%
  • Shell 0.6%
  • Other 0.5%
Find a file
2026-03-25 14:51:18 +05:30
.changes Release 0.38.6 (#2103) 2026-03-25 14:51:18 +05:30
.github build(deps): bump the github-actions-breaking group with 2 updates (#2101) 2026-03-24 11:07:24 +05:30
.release Migrate GitHub Actions updates from TSCCR to Dependabot (#1976) 2026-02-12 15:42:00 +05:30
.vscode Add basic module support for variable completion (#551) 2021-07-22 16:19:51 +01:00
docs Update Stacks schema to include missing GA specific blocks & attributes, remove support for tfstack.hcl (#2080) 2026-03-02 10:35:39 +05:30
internal Update Stacks schema to include missing GA specific blocks & attributes, remove support for tfstack.hcl (#2080) 2026-03-02 10:35:39 +05:30
META.d Add copyright_year in .copywrite.hcl (#2059) 2026-02-03 15:33:40 +05:30
tools Add copyright_year in .copywrite.hcl (#2059) 2026-02-03 15:33:40 +05:30
version Release 0.38.6 (#2103) 2026-03-25 14:51:18 +05:30
.changie.yaml Migrate GitHub Actions updates from TSCCR to Dependabot (#1976) 2026-02-12 15:42:00 +05:30
.copywrite.hcl Add copyright_year in .copywrite.hcl (#2059) 2026-02-03 15:33:40 +05:30
.gitattributes Support any *.tfvars files (#621) 2021-08-25 16:26:44 +01:00
.gitignore ci: Release binaries via CRT (#1154) 2023-02-02 11:32:28 +01:00
.go-version Bump: go version to 1.25 (#2084) 2026-03-02 17:17:35 +05:30
algolia.go Add copyright_year in .copywrite.hcl (#2059) 2026-02-03 15:33:40 +05:30
CHANGELOG.md Release 0.38.6 (#2103) 2026-03-25 14:51:18 +05:30
go.mod Bumped: terraform-schema (#2102) 2026-03-25 14:45:51 +05:30
go.sum Bumped: terraform-schema (#2102) 2026-03-25 14:45:51 +05:30
LICENSE Add copyright_year in .copywrite.hcl (#2059) 2026-02-03 15:33:40 +05:30
main.go Add copyright_year in .copywrite.hcl (#2059) 2026-02-03 15:33:40 +05:30
README.md Remove outdated LSP comparison (#1641) 2024-02-20 10:15:41 +01:00
tools.go Add copyright_year in .copywrite.hcl (#2059) 2026-02-03 15:33:40 +05:30
version.go Add copyright_year in .copywrite.hcl (#2059) 2026-02-03 15:33:40 +05:30

Terraform Language Server

The official Terraform language server (terraform-ls) maintained by HashiCorp provides IDE features to any LSP-compatible editor.

Current Status

Not all language features (from LSP's or any other perspective) are available at the time of writing, but this is an active project with the aim of delivering smaller, incremental updates over time. You can review the LSP feature matrix.

We encourage you to browse existing issues and/or open new issue if you experience a bug or have an idea for a feature.

Stability

We aim to communicate our intentions regarding breaking changes via semver. Relatedly we may use pre-releases, such as MAJOR.MINOR.PATCH-beta1 to gather early feedback on certain features and changes.

We ask that you report any bugs in any versions but especially in pre-releases, if you decide to use them.

Installation

Some editors have built-in logic to install and update the language server automatically, so you may not need to worry about installation or updating of the server.

Read the installation page for installation instructions.

Usage

The most reasonable way you will interact with the language server is through a client represented by an IDE, or a plugin of an IDE.

Please follow the relevant guide for your IDE.

Contributing

Please refer to .github/CONTRIBUTING.md for more information on how to contribute to this project.

Credits

Telemetry

The server will collect data only if the client requests it during initialization. Telemetry is opt-in by default.

Read more about telemetry.