Skip to content

Commit

Permalink
feat(opentofu): add destroy -auto-approve alias (ohmyzsh#12719)
Browse files Browse the repository at this point in the history
  • Loading branch information
za authored Oct 3, 2024
1 parent 00b9b62 commit 7ce26a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/opentofu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ plugins=(... opentofu)
| `ttaa` | `tofu apply -auto-approve` |
| `ttc` | `tofu console` |
| `ttd` | `tofu destroy` |
| `ttd!` | `tofu destroy -auto-approve` |
| `ttf` | `tofu fmt` |
| `ttfr` | `tofu fmt -recursive` |
| `tti` | `tofu init` |
Expand Down
1 change: 1 addition & 0 deletions plugins/opentofu/opentofu.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ alias tta='tofu apply'
alias ttaa='tofu apply -auto-approve'
alias ttc='tofu console'
alias ttd='tofu destroy'
alias ttd!='tofu destroy -auto-approve'
alias ttf='tofu fmt'
alias ttfr='tofu fmt -recursive'
alias tti='tofu init'
Expand Down

0 comments on commit 7ce26a8

Please sign in to comment.