Merge branch 'master' into tf-plugin-add-workspace-aliases

This commit is contained in:
Robby Russell 2024-06-10 16:28:27 -07:00 committed by GitHub
commit d3e67b05c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
182 changed files with 2867 additions and 1297 deletions

View file

@ -15,7 +15,7 @@ plugins=(... terraform)
## Aliases
| Alias | Command |
| Alias | Command |
| ------ | ------------------------- |
| `tf` | `terraform` |
| `tfa` | `terraform apply` |
@ -28,6 +28,7 @@ plugins=(... terraform)
| `tfp` | `terraform plan` |
| `tfv` | `terraform validate` |
| `tfs` | `terraform state` |
| `tft` | `terraform test` |
| `tfsh` | `terraform show` |