mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
website: update docs for apply command
This commit is contained in:
parent
795142c43c
commit
63c0ff9260
@ -23,6 +23,10 @@ The command-line flags are all optional. The list of available flags are:
|
|||||||
|
|
||||||
* `-no-color` - Disables output with coloring.
|
* `-no-color` - Disables output with coloring.
|
||||||
|
|
||||||
|
* `-refresh=true` - Update the state for each resource prior to planning
|
||||||
|
and applying. This has no effect if a plan file is given directly to
|
||||||
|
apply.
|
||||||
|
|
||||||
* `-state=path` - Path to the state file. Defaults to "terraform.tfstate".
|
* `-state=path` - Path to the state file. Defaults to "terraform.tfstate".
|
||||||
|
|
||||||
* `-state-out=path` - Path to write updated state file. By default, the
|
* `-state-out=path` - Path to write updated state file. By default, the
|
||||||
|
Loading…
Reference in New Issue
Block a user