Merge pull request #840 from leventyalcin/fix/terraform_cmds_update
new Terraform cmds come with 0.7.xpull/842/head
commit
bbc83d8af5
|
|
@ -4,8 +4,9 @@
|
||||||
_terraform()
|
_terraform()
|
||||||
{
|
{
|
||||||
local cmds cur colonprefixes
|
local cmds cur colonprefixes
|
||||||
cmds="apply destroy get graph init output plan push \
|
cmds="apply destroy fmt get graph import init \
|
||||||
refresh remote show taint version"
|
output plan push refresh remote show taint \
|
||||||
|
untaint validate version state"
|
||||||
|
|
||||||
COMPREPLY=()
|
COMPREPLY=()
|
||||||
cur=${COMP_WORDS[COMP_CWORD]}
|
cur=${COMP_WORDS[COMP_CWORD]}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue