Browse Source

add defaults to lock options in doc

pull/55/head
Justin Ryan 7 years ago
parent
commit
0b0be126e1
  1. 4
      DOCS.md

4
DOCS.md

@ -196,10 +196,10 @@ specified multiple times. Flags specified later in the line override those
specified earlier if they conflict. specified earlier if they conflict.
init_options.lock init_options.lock
: Lock the state file when locking is supported. : Lock the state file when locking is supported. Default `true`.
init_options.lock-timeout init_options.lock-timeout
: Duration to retry a state lock. : Duration to wait for a state lock. Default `0s`.
vars vars
: a map of variables to pass to the Terraform `plan` and `apply` commands. : a map of variables to pass to the Terraform `plan` and `apply` commands.

Loading…
Cancel
Save