mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-24 04:04:45 +01:00
feat(terraform): add destroy -auto-approve alias (#12704)
This commit is contained in:
@@ -22,6 +22,7 @@ plugins=(... terraform)
|
||||
| `tfaa` | `terraform apply -auto-approve` |
|
||||
| `tfc` | `terraform console` |
|
||||
| `tfd` | `terraform destroy` |
|
||||
| `tfd!` | `terraform destroy -auto-approve`|
|
||||
| `tff` | `terraform fmt` |
|
||||
| `tffr` | `terraform fmt -recursive` |
|
||||
| `tfi` | `terraform init` |
|
||||
|
||||
Reference in New Issue
Block a user