add -lock-state usage to plan/refresh/apply/destr
This commit is contained in:
parent
94f2f4d6ae
commit
a157ebbccd
|
@ -274,6 +274,8 @@ Options:
|
|||
modifying. Defaults to the "-state-out" path with
|
||||
".backup" extension. Set to "-" to disable backup.
|
||||
|
||||
-lock-state=true Lock the state file when locking is supported.
|
||||
|
||||
-input=true Ask for input for variables if not directly set.
|
||||
|
||||
-no-color If specified, output won't contain any color.
|
||||
|
@ -321,6 +323,8 @@ Options:
|
|||
|
||||
-force Don't ask for input for destroy confirmation.
|
||||
|
||||
-lock-state=true Lock the state file when locking is supported.
|
||||
|
||||
-no-color If specified, output won't contain any color.
|
||||
|
||||
-parallelism=n Limit the number of concurrent operations.
|
||||
|
|
|
@ -143,6 +143,8 @@ Options:
|
|||
|
||||
-input=true Ask for input for variables if not directly set.
|
||||
|
||||
-lock-state=true Lock the state file when locking is supported.
|
||||
|
||||
-module-depth=n Specifies the depth of modules to show in the output.
|
||||
This does not affect the plan itself, only the output
|
||||
shown. By default, this is -1, which will expand all.
|
||||
|
|
|
@ -96,6 +96,8 @@ Options:
|
|||
|
||||
-input=true Ask for input for variables if not directly set.
|
||||
|
||||
-lock-state=true Lock the state file when locking is supported.
|
||||
|
||||
-no-color If specified, output won't contain any color.
|
||||
|
||||
-state=path Path to read and save state (unless state-out
|
||||
|
|
Loading…
Reference in New Issue