diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2018-02-08 11:10:56 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2018-02-08 11:10:56 -0700 |
commit | b7b623d6de696b81d213ec666d072851561d5c06 (patch) | |
tree | 996eeb851a9be04c351c4067ed6608c17c8164e8 /plugins/terraform/_terraform | |
parent | b388fd7fdaccf2875cb5ef58c100dd7634b74bc3 (diff) | |
parent | 37c2d0ddd751e15d0c87a51e2d9f9849093571dc (diff) | |
download | zsh-b7b623d6de696b81d213ec666d072851561d5c06.tar.gz zsh-b7b623d6de696b81d213ec666d072851561d5c06.tar.bz2 zsh-b7b623d6de696b81d213ec666d072851561d5c06.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/terraform/_terraform')
-rw-r--r-- | plugins/terraform/_terraform | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/terraform/_terraform b/plugins/terraform/_terraform index d67820603..285d83ec7 100644 --- a/plugins/terraform/_terraform +++ b/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.]' \ |