mirror of
https://github.com/hashicorp/terraform.git
synced 2026-06-09 00:42:48 -04:00
command: mention plan options in refresh help text (#30892)
* command: add parallelism option to refresh help text
This commit is contained in:
parent
a6587970d0
commit
54b837416c
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue