new cmds come with 0.7.x

This commit is contained in:
Levent YALCIN
2016-11-21 09:14:08 +00:00
parent ea2a259d32
commit 4362569079

View File

@@ -4,8 +4,9 @@
_terraform()
{
local cmds cur colonprefixes
cmds="apply destroy get graph init output plan push \
refresh remote show taint version"
cmds="apply destroy fmt get graph import init \
output plan push refresh remote show taint \
untaint validate version state"
COMPREPLY=()
cur=${COMP_WORDS[COMP_CWORD]}