feat(terraform): add tffu alias for terraform force-unlock

This commit is contained in:
Arun Iyappan 2024-09-21 17:25:17 +05:30
commit 24ebc784e7
2 changed files with 2 additions and 1 deletions

View file

@ -32,7 +32,7 @@ plugins=(... terraform)
| `tfs` | `terraform state` | | `tfs` | `terraform state` |
| `tft` | `terraform test` | | `tft` | `terraform test` |
| `tfsh` | `terraform show` | | `tfsh` | `terraform show` |
| `tffu` | `terraform show` |
## Prompt function ## Prompt function

View file

@ -30,3 +30,4 @@ alias tfv='terraform validate'
alias tfs='terraform state' alias tfs='terraform state'
alias tft='terraform test' alias tft='terraform test'
alias tfsh='terraform show' alias tfsh='terraform show'
alias tffu='terraform force-unlock'