[terraform] add alias for terraform workspace
parent
e38696a0ac
commit
c06350908b
|
|
@ -7,3 +7,4 @@ alias tfv='terraform validate'
|
||||||
alias tfp='terraform plan'
|
alias tfp='terraform plan'
|
||||||
alias tfa='terraform apply'
|
alias tfa='terraform apply'
|
||||||
alias tfd='terraform destroy'
|
alias tfd='terraform destroy'
|
||||||
|
alias tfw='terraform workspace'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue