diff --git a/base/.profile b/base/.profile index cbd2b5af..594ae5cf 100755 --- a/base/.profile +++ b/base/.profile @@ -94,6 +94,15 @@ if has kubectl; then ;; esac fi +if has terraform; then + case "$_baseshell" in + *bash) + complete -C "$(which terraform)" terraform + ;; + *) + ;; + esac +fi # Set up go, if we have it if has go; then