#!/bin/bash

if terraform="$(command -v terraform &> /dev/null)"; then
    complete -C "${terraform}" terraform
fi
