mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
add -auto-approve flag to terraform apply command
This commit is contained in:
parent
c3b072eace
commit
cd6a779334
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ _terraform_cmds=(
|
||||||
|
|
||||||
__apply() {
|
__apply() {
|
||||||
_arguments \
|
_arguments \
|
||||||
|
'-auto-approve[Skip interactive approval of plan before applying.]' \
|
||||||
'-backup=[(path) Path to backup the existing state file before modifying. Defaults to the "-state-out" path with ".backup" extension. Set to "-" to disable backup.]' \
|
'-backup=[(path) Path to backup the existing state file before modifying. Defaults to the "-state-out" path with ".backup" extension. Set to "-" to disable backup.]' \
|
||||||
'-input=[(true) Ask for input for variables if not directly set.]' \
|
'-input=[(true) Ask for input for variables if not directly set.]' \
|
||||||
'-no-color[If specified, output will not contain any color.]' \
|
'-no-color[If specified, output will not contain any color.]' \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue