Unverified Commit 9f9d3b7d authored by rohitbahekar's avatar rohitbahekar Committed by GitHub

feat(terraform): add `tfc` alias (#10815)

parent c50bac7b
...@@ -19,6 +19,7 @@ plugins=(... terraform) ...@@ -19,6 +19,7 @@ plugins=(... terraform)
| ----- | -------------------- | | ----- | -------------------- |
| `tf` | `terraform` | | `tf` | `terraform` |
| `tfa` | `terraform apply` | | `tfa` | `terraform apply` |
| `tfc` | `terraform console` |
| `tfd` | `terraform destroy` | | `tfd` | `terraform destroy` |
| `tff` | `terraform fmt` | | `tff` | `terraform fmt` |
| `tfi` | `terraform init` | | `tfi` | `terraform init` |
......
...@@ -10,6 +10,7 @@ function tf_prompt_info() { ...@@ -10,6 +10,7 @@ function tf_prompt_info() {
alias tf='terraform' alias tf='terraform'
alias tfa='terraform apply' alias tfa='terraform apply'
alias tfc='terraform console'
alias tfd='terraform destroy' alias tfd='terraform destroy'
alias tff='terraform fmt' alias tff='terraform fmt'
alias tfi='terraform init' alias tfi='terraform init'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment