mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
added parallelism=1 alias for apply and destroy commands
This commit is contained in:
parent
7192af5239
commit
c22fadc105
1 changed files with 2 additions and 0 deletions
|
|
@ -36,3 +36,5 @@ alias tfsh='terraform show'
|
|||
alias tfw='terraform workspace'
|
||||
alias tfwl='terraform workspace list'
|
||||
alias tfws='terraform workspace select'
|
||||
alias tfap='terraform apply -parallelism=1'
|
||||
alias tfdp='terraform destroy -parallelism=1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue