diff --git a/website/docs/cdktf/cli-reference/commands.mdx b/website/docs/cdktf/cli-reference/commands.mdx index 9f50bc06ce..17466708cf 100644 --- a/website/docs/cdktf/cli-reference/commands.mdx +++ b/website/docs/cdktf/cli-reference/commands.mdx @@ -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**