summaryrefslogtreecommitdiff
path: root/.local/bin/prompt-tf
blob: 71dba16e9c52e96e384b2c677ea45a0f82ed651a (plain)
1
find . -mindepth 1 -maxdepth 1 -iname '*.tf' -o -iname '*.tfplan' -o -iname '.terraform' -o -iname '*.tfstate' | grep . >/dev/null 2>&1 && printf ' tf(%s)' "$(terraform workspace show)"