Update README

This commit is contained in:
Yurii Liaskovets 2024-11-06 02:35:20 +02:00
commit 00fbd733cc
No known key found for this signature in database
GPG key ID: B1167030C82A5B5F
2 changed files with 3 additions and 3 deletions

View file

@ -16,10 +16,10 @@ plugins=(... terraform)
## Aliases
| Alias | Command |
| ------- | -------------------------------------- |
|---------|----------------------------------------|
| `tf` | `terraform` |
| `tfa` | `terraform apply` |
| `tfaa` | `terraform apply -auto-approve` |
| `tfa!` | `terraform apply -auto-approve` |
| `tfc` | `terraform console` |
| `tfd` | `terraform destroy` |
| `tfd!` | `terraform destroy -auto-approve` |