Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.55 KB

File metadata and controls

35 lines (19 loc) · 1.55 KB

Terraform Language Server

To enable Terraform language support in your IDE, you can integrate the Terraform Language Server by following these steps:

Terraform LS demo


Install the Language Server

  1. Open an .tf file in your project.

  2. Click on Install Terraform Language Server:

    Open file

  3. This will open the New Language Server Dialog with Terraform Language Server pre-selected:

    New Language Server Dialog

  4. Click OK. This will create the Terraform Language Server definition and start the installation:

    Installing Language Server

  5. Once the installation completes, the server should start automatically and provide Terraform language support (autocomplete, diagnostics, etc.).

Troubleshooting Installation

If the installation fails or if you need to download other version of the language server, you can customize the installation settings in the Installer tab,
then click on the Run Installation hyperlink to reinstall the server:

Installer tab

See Installer descriptor for more information.