Merge pull request #1858 from lintonf/patch-1

Fix spelling mistake with terraform destroy alias
pull/1863/head
Noah Gorny 2021-03-31 23:56:58 +03:00 committed by GitHub
commit 514a753901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ alias tf='terraform'
alias tfv='terraform validate'
alias tfp='terraform plan'
alias tfa='terraform apply'
alias tfd='terraform destory'
alias tfd='terraform destroy'