mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +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` |
|
| `tfs` | `terraform state` |
|
||||||
| `tft` | `terraform test` |
|
| `tft` | `terraform test` |
|
||||||
| `tfsh` | `terraform show` |
|
| `tfsh` | `terraform show` |
|
||||||
|
| `tffu` | `terraform show` |
|
||||||
|
|
||||||
## Prompt function
|
## Prompt function
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue