Skip to content

Commit

Permalink
Use clearer language for differentiating parallelism flags
Browse files Browse the repository at this point in the history
Co-authored-by: Laura Pacilio <[email protected]>
  • Loading branch information
mutahhir and laurapacilio authored Sep 27, 2022
1 parent 3a00fdd commit 97d4739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/cdktf/cli-reference/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Options:
-h, --help Show help [boolean]
```

~> **Note:** The `parallelism` flag has a different behavior than the [terraform parallelism flag](https://www.terraform.io/cli/commands/apply#parallelism-n). To set the custom terraform parallelism flag, please use the `--terraform-parallelism` flag instead.
-> **Note:** The `parallelism` flag has a different behavior than the `terraform-parallelism` flag. The `--terraform-parallelism` flag is equivalent to setting the [`parallelism=n` flag](/cli/commands/apply#parallelism-n) in the Terraform CLI.

**Examples**

Expand Down

0 comments on commit 97d4739

Please sign in to comment.