|
|
|
@ -20,9 +20,11 @@ plugins=(... terraform) |
|
|
|
| `tf` | `terraform` | |
|
|
|
| `tf` | `terraform` | |
|
|
|
| `tfa` | `terraform apply` | |
|
|
|
| `tfa` | `terraform apply` | |
|
|
|
| `tfaa` | `terraform apply -auto-approve` | |
|
|
|
| `tfaa` | `terraform apply -auto-approve` | |
|
|
|
|
|
|
|
| `tfap` | `terraform apply -parallelism=1` | |
|
|
|
| `tfc` | `terraform console` | |
|
|
|
| `tfc` | `terraform console` | |
|
|
|
| `tfd` | `terraform destroy` | |
|
|
|
| `tfd` | `terraform destroy` | |
|
|
|
| `tfd!` | `terraform destroy -auto-approve` | |
|
|
|
| `tfd!` | `terraform destroy -auto-approve` | |
|
|
|
|
|
|
|
| `tfdp` | `terraform destroy -parallelism=1` | |
|
|
|
| `tff` | `terraform fmt` | |
|
|
|
| `tff` | `terraform fmt` | |
|
|
|
| `tffr` | `terraform fmt -recursive` | |
|
|
|
| `tffr` | `terraform fmt -recursive` | |
|
|
|
| `tfi` | `terraform init` | |
|
|
|
| `tfi` | `terraform init` | |
|
|
|
|