mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 22:59:50 +00:00
feat(terraform): add -parallelism=1 aliases (#13484)
This commit is contained in:
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user