install.fairie/home/dot_local/bin/installx/post-tfenv.sh
2024-05-04 02:40:44 +00:00

7 lines
162 B
Bash

#!/usr/bin/env bash
# @file tfenv
# @brief Configures tfenv to use the latest version of Terraform
if command -v tfenv > /dev/null; then
tfenv use latest
fi