mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
feat(terraform): add tffu alias for terraform force-unlock
This commit is contained in:
parent
1514145a09
commit
24ebc784e7
2 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ plugins=(... terraform)
|
|||
| `tfs` | `terraform state` |
|
||||
| `tft` | `terraform test` |
|
||||
| `tfsh` | `terraform show` |
|
||||
|
||||
| `tffu` | `terraform show` |
|
||||
|
||||
## Prompt function
|
||||
|
||||
|
|
|
|||
|
|
@ -30,3 +30,4 @@ alias tfv='terraform validate'
|
|||
alias tfs='terraform state'
|
||||
alias tft='terraform test'
|
||||
alias tfsh='terraform show'
|
||||
alias tffu='terraform force-unlock'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue