Skip to content

Commit

Permalink
docs/SETTINGS: add new LSP config options
Browse files Browse the repository at this point in the history
  • Loading branch information
danishprakash committed Aug 21, 2021
1 parent c0a252d commit a0b5398
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/SETTINGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

The language server supports the following configuration options:

## `terraformLogFilePath` (`string`)

Path to a file for Terraform executions to be logged into (TF_LOG_PATH)
with support for variables (e.g. Timestamp, Pid, Ppid) via Go template
syntax {{.VarName}}

## `terraformExecTimeout` (`string`)

Overrides Terraform execution timeout (e.g. 30s)

Path to the Terraform binary.

## `terraformExecPath` (`string`)

Path to the Terraform binary.
Expand Down

0 comments on commit a0b5398

Please sign in to comment.