mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-22 00:30:40 +00:00
add defaults to lock options in doc
This commit is contained in:
parent
bd9b9abb02
commit
0b0be126e1
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…
Reference in New Issue
Block a user