mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(terraform): add tft (terraform test) (#12299)
This commit is contained in:
parent
7647c79bae
commit
ecc3e9db8a
2 changed files with 15 additions and 13 deletions
|
|
@ -25,4 +25,5 @@ alias tfo='terraform output'
|
|||
alias tfp='terraform plan'
|
||||
alias tfv='terraform validate'
|
||||
alias tfs='terraform state'
|
||||
alias tft='terraform test'
|
||||
alias tfsh='terraform show'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue