summaryrefslogtreecommitdiff
path: root/plugins/opentofu
AgeCommit message (Collapse)Author
2025-12-17feat!: unify `auto-approve` aliases in `terraform` and `opentofu` (#12795)Yurii Liaskovets
BREAKING CHANGE: `tfaa` (apply auto-approve) aliases are now named `tfa!` to require extra effort on potentially destructive action, in a similar fashion to destroy auto-approve.
2024-11-21chore: fix some typos (#12818)Bin Chang
2024-10-03feat(opentofu): add `destroy -auto-approve` alias (#12719)za
2024-10-02feat(opentofu): add `apply -auto-approve` alias (#12714)za
2024-09-05feat(terraform): add `fmt -recursive` alias (#12637)michael-follmann
2024-07-13feat(opentofu): add plugin for OpenTofu (#12285)chenzj
- Adds aliases - Sets up autocompletion - Adds promp functions to show workspace and `tofu` version Co-authored-by: Marc Cornellà <marc@mcornella.com>