install.fairie/home/dot_local/bin/post-installx/executable_post-tfenv.sh

8 lines
162 B
Bash
Raw Normal View History

2024-05-03 19:40:44 -07:00
#!/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