Files
oak-gpui/docs/src/languages/terraform.md
T
Marshall Bowers 3a5d116ffe docs: Update language docs and include links in the sidebar (#13828)
This PR updates the supported language docs and adds them to the sidebar
for better discoverability.

Release Notes:

- N/A
2024-07-04 11:08:38 -04:00

550 B

Terraform

Terraform support is available through the Terraform extension.

Configuration

The Terraform language server can be configured in your settings.json, e.g.:

{
  "lsp": {
    "terraform-ls": {
      "initialization_options": {
        "experimentalFeatures": {
          "prefillRequiredFields": true
        }
      }
    }
  }
}

See the full list of server settings here.