From 31b0f1e654317f2ff32799b3b3e6a3073433cd8c Mon Sep 17 00:00:00 2001 From: The Terraform Team <52939924+teamterraform@users.noreply.github.com> Date: Tue, 31 May 2022 09:38:33 -0400 Subject: [PATCH] Backport of command: mention plan options in refresh help text into v1.2 (#31159) * backport of commit 42a12a477a7743c88e5c73f20ec6ef4760cff694 * backport of commit cae313385613a883cf6583ac0bf31be327739ff9 Co-authored-by: Katy Moe --- internal/command/refresh.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/command/refresh.go b/internal/command/refresh.go index 18891b414ebd..546d7f0fbdd4 100644 --- a/internal/command/refresh.go +++ b/internal/command/refresh.go @@ -202,6 +202,8 @@ Options: -no-color If specified, output won't contain any color. + -parallelism=n Limit the number of concurrent operations. Defaults to 10. + -target=resource Resource to target. Operation will be limited to this resource and its dependencies. This flag can be used multiple times.