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

master
Michael Nikitochkin 8 years ago committed by Robby Russell
parent 7a0dac8040
commit e5dae3d331
  1. 1
      plugins/terraform/_terraform

@ -20,6 +20,7 @@ _terraform_cmds=(
__apply() {
_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.]' \
'-input=[(true) Ask for input for variables if not directly set.]' \
'-no-color[If specified, output will not contain any color.]' \

Loading…
Cancel
Save