Skip to content

Commit

Permalink
add parallelism option to refresh help text
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoe committed May 25, 2022
1 parent 42a12a4 commit cae3133
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions internal/command/refresh.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -215,11 +217,6 @@ Options:
-state, state-out, and -backup are legacy options supported for the local
backend only. For more information, see the local backend's documentation.
This command also accepts all of the plan-customization options accepted by
the terraform plan command, except as mentioned above.
For more information on those options, run:
terraform plan -help
`
return strings.TrimSpace(helpText)
}
Expand Down

0 comments on commit cae3133

Please sign in to comment.