1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

feat(terraform): add tft (terraform test) (#12299)

This commit is contained in:
Arash Haghighat
2024-03-26 09:52:01 +01:00
committed by GitHub
parent 7647c79bae
commit ecc3e9db8a
2 changed files with 15 additions and 13 deletions

View File

@@ -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'