Merge branch 'master' into feature/tf_tt_auto_apply_fix

This commit is contained in:
Marc Cornellà 2025-12-17 18:53:00 +01:00 committed by GitHub
commit 2f76eeb0ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 864 additions and 464 deletions

View file

@ -20,9 +20,11 @@ plugins=(... terraform)
| `tf` | `terraform` |
| `tfa` | `terraform apply` |
| `tfa!` | `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` |
@ -35,6 +37,9 @@ plugins=(... terraform)
| `tfs` | `terraform state` |
| `tft` | `terraform test` |
| `tfsh` | `terraform show` |
| `tfw` | `terraform workspace` |
| `tfwl` | `terraform workspace list` |
| `tfws` | `terraform workspace select` |
## Prompt function