From 971c899c121888dc583f6e69d865ddbc00b992bf Mon Sep 17 00:00:00 2001 From: Matthias Baur Date: Wed, 30 Mar 2022 10:52:49 +0200 Subject: [PATCH] Clarify multiple times usage (#30724) * Clarify multiple times usage Co-authored-by: kmoe <5575356+kmoe@users.noreply.github.com> --- internal/command/plan.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/command/plan.go b/internal/command/plan.go index a5ff74ac11..d5ffedbff6 100644 --- a/internal/command/plan.go +++ b/internal/command/plan.go @@ -220,7 +220,8 @@ Plan Customization Options: -replace=resource Force replacement of a particular resource instance using its resource address. If the plan would've normally 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, resource, or resource instance and all of its