diff options
| author | za <za@python.or.id> | 2024-10-03 15:42:18 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-03 10:42:18 +0200 |
| commit | 7ce26a810d79fa65abdb6a9b47b64bed59f1eefc (patch) | |
| tree | f80960c856e3eac734502d10243c428a0ea6743e /plugins/opentofu/opentofu.plugin.zsh | |
| parent | 00b9b623858874c8b34c6f8dd72370e6ffa95dfc (diff) | |
| download | zsh-7ce26a810d79fa65abdb6a9b47b64bed59f1eefc.tar.gz zsh-7ce26a810d79fa65abdb6a9b47b64bed59f1eefc.tar.bz2 zsh-7ce26a810d79fa65abdb6a9b47b64bed59f1eefc.zip | |
feat(opentofu): add `destroy -auto-approve` alias (#12719)
Diffstat (limited to 'plugins/opentofu/opentofu.plugin.zsh')
| -rw-r--r-- | plugins/opentofu/opentofu.plugin.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/opentofu/opentofu.plugin.zsh b/plugins/opentofu/opentofu.plugin.zsh index 79b102a74..bb65c12e3 100644 --- a/plugins/opentofu/opentofu.plugin.zsh +++ b/plugins/opentofu/opentofu.plugin.zsh @@ -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' |
