Update README

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

View File

@ -19,7 +19,7 @@ plugins=(... opentofu)
|--------|------------------------------|
| `tt` | `tofu` |
| `tta` | `tofu apply` |
| `ttaa` | `tofu apply -auto-approve` |
| `tta!` | `tofu apply -auto-approve` |
| `ttc` | `tofu console` |
| `ttd` | `tofu destroy` |
| `ttd!` | `tofu destroy -auto-approve` |

View File

@ -19,7 +19,7 @@ plugins=(... terraform)
|---------|----------------------------------|
| `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`|