Skip to content

Commit

Permalink
feat(terraform): add tft (terraform test) (ohmyzsh#12299)
Browse files Browse the repository at this point in the history
  • Loading branch information
irLinja authored and pull[bot] committed Mar 27, 2024
1 parent 77e0eb5 commit 107c589
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
27 changes: 14 additions & 13 deletions plugins/terraform/README.md
Expand Up @@ -15,19 +15,20 @@ plugins=(... terraform)

## Aliases

| Alias | Command |
| ----- | -------------------- |
| `tf` | `terraform` |
| `tfa` | `terraform apply` |
| `tfc` | `terraform console` |
| `tfd` | `terraform destroy` |
| `tff` | `terraform fmt` |
| `tfi` | `terraform init` |
| `tfo` | `terraform output` |
| `tfp` | `terraform plan` |
| `tfv` | `terraform validate` |
| `tfs` | `terraform state` |
| `tfsh`| `terraform show` |
| Alias | Command |
| ------ | -------------------- |
| `tf` | `terraform` |
| `tfa` | `terraform apply` |
| `tfc` | `terraform console` |
| `tfd` | `terraform destroy` |
| `tff` | `terraform fmt` |
| `tfi` | `terraform init` |
| `tfo` | `terraform output` |
| `tfp` | `terraform plan` |
| `tfv` | `terraform validate` |
| `tfs` | `terraform state` |
| `tft` | `terraform test` |
| `tfsh` | `terraform show` |


## Prompt function
Expand Down
1 change: 1 addition & 0 deletions plugins/terraform/terraform.plugin.zsh
Expand Up @@ -25,4 +25,5 @@ alias tfo='terraform output'
alias tfp='terraform plan'
alias tfv='terraform validate'
alias tfs='terraform state'
alias tft='terraform test'
alias tfsh='terraform show'

0 comments on commit 107c589

Please sign in to comment.