feat (terraform): add apply -auto-approve alias (#12658)

Closes #12591
This commit is contained in:
Tushar Mohod 2024-09-19 00:10:54 +05:30 committed by GitHub
commit 865291cb7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 16 deletions

View file

@ -17,6 +17,7 @@ function tf_version_prompt_info() {
alias tf='terraform'
alias tfa='terraform apply'
alias tfaa='terraform apply -auto-approve'
alias tfc='terraform console'
alias tfd='terraform destroy'
alias tff='terraform fmt'