4 lines
126 B
Text
4 lines
126 B
Text
TERRAFORM_BIN=$(which-command terraform | head -1)
|
|
if [[ -x $TERRAFORM_BIN ]]; then
|
|
complete -C $TERRAFORM_BIN terraform
|
|
fi
|