mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 08:51:02 -06:00
Clarify multiple times usage (#30724)
* Clarify multiple times usage Co-authored-by: kmoe <5575356+kmoe@users.noreply.github.com>
This commit is contained in:
parent
38dd0ef2f3
commit
971c899c12
@ -220,7 +220,8 @@ Plan Customization Options:
|
|||||||
-replace=resource Force replacement of a particular resource instance using
|
-replace=resource Force replacement of a particular resource instance using
|
||||||
its resource address. If the plan would've normally
|
its resource address. If the plan would've normally
|
||||||
produced an update or no-op action for this instance,
|
produced an update or no-op action for this instance,
|
||||||
Terraform will plan to replace it instead.
|
Terraform will plan to replace it instead. You can use
|
||||||
|
this option multiple times to replace more than one object.
|
||||||
|
|
||||||
-target=resource Limit the planning operation to only the given module,
|
-target=resource Limit the planning operation to only the given module,
|
||||||
resource, or resource instance and all of its
|
resource, or resource instance and all of its
|
||||||
|
Loading…
Reference in New Issue
Block a user