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
commit ecc3e9db8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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'