diff options
| author | leggatron <ryan.legg@jamf.com> | 2025-12-17 02:04:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-17 08:04:09 +0100 |
| commit | b5c449e1eb69d1390d1ea9ceba9f504fad383780 (patch) | |
| tree | 38b3e040072cc9fd4ae075ca27079b975e45f3ff /plugins/terraform/README.md | |
| parent | 7192af5239aaa3b22cb61de8c73702dcf8b1dc06 (diff) | |
| download | zsh-b5c449e1eb69d1390d1ea9ceba9f504fad383780.tar.gz zsh-b5c449e1eb69d1390d1ea9ceba9f504fad383780.tar.bz2 zsh-b5c449e1eb69d1390d1ea9ceba9f504fad383780.zip | |
feat(terraform): add `-parallelism=1` aliases (#13484)
Diffstat (limited to 'plugins/terraform/README.md')
| -rw-r--r-- | plugins/terraform/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/terraform/README.md b/plugins/terraform/README.md index 48fdae282..f7a9a93dc 100644 --- a/plugins/terraform/README.md +++ b/plugins/terraform/README.md @@ -20,9 +20,11 @@ plugins=(... terraform) | `tf` | `terraform` | | `tfa` | `terraform apply` | | `tfaa` | `terraform apply -auto-approve` | +| `tfap` | `terraform apply -parallelism=1` | | `tfc` | `terraform console` | | `tfd` | `terraform destroy` | | `tfd!` | `terraform destroy -auto-approve` | +| `tfdp` | `terraform destroy -parallelism=1` | | `tff` | `terraform fmt` | | `tffr` | `terraform fmt -recursive` | | `tfi` | `terraform init` | |
