1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01:00

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

This commit is contained in:
rohitbahekar
2023-02-21 15:53:04 +05:30
committed by GitHub
parent c50bac7b42
commit 9f9d3b7d24
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ plugins=(... terraform)
| ----- | -------------------- |
| `tf` | `terraform` |
| `tfa` | `terraform apply` |
| `tfc` | `terraform console` |
| `tfd` | `terraform destroy` |
| `tff` | `terraform fmt` |
| `tfi` | `terraform init` |