TERRAFORM_BIN=$(type -fP terraform | head -1)
if [[ -n $TERRAFORM_BIN ]]; then
complete -C $TERRAFORM_BIN terraform
fi