Merge pull request #840 from leventyalcin/fix/terraform_cmds_update

new Terraform cmds come with 0.7.x
pull/842/head
Nils Winkler 2016-11-22 08:47:37 +01:00 committed by GitHub
commit bbc83d8af5
1 changed files with 3 additions and 2 deletions

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]}