0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-21 14:20:40 +00:00

add defaults to lock options in doc

This commit is contained in:
Justin Ryan 2017-10-04 14:12:49 -04:00
parent bd9b9abb02
commit 0b0be126e1

View File

@ -196,10 +196,10 @@ specified multiple times. Flags specified later in the line override those
specified earlier if they conflict.
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
: Duration to retry a state lock.
: Duration to wait for a state lock. Default `0s`.
vars
: a map of variables to pass to the Terraform `plan` and `apply` commands.