Commit e5dae3d3 authored by Michael Nikitochkin's avatar Michael Nikitochkin Committed by Robby Russell
Browse files

add -auto-approve flag to terraform apply command (#6558)

parent 7a0dac80
...@@ -20,6 +20,7 @@ _terraform_cmds=( ...@@ -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.]' \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment