We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d14b2 commit cab69b5Copy full SHA for cab69b5
tools/terraform.sh
@@ -17,8 +17,8 @@ fi
17
if [[ -d ~/.config/topgrade.d ]] && ! [[ -f ~/.config/topgrade.d/tenv.toml ]] && ! command -v topgrade >/dev/null; then
18
cat << EOF > ~/.config/topgrade.d/tenv.toml
19
[commands]
20
- "Terraform: tenv" = "tenv tf install latest && tfenv tf use latest"
21
- "Tofu: tenv" = "tenv tofi install latest && tfenv tofu use latest"
+ "Terraform: tenv" = "tenv tf install latest && tenv tf use latest"
+ "Tofu: tenv" = "tenv tofu install latest && tenv tofu use latest"
22
EOF
23
fi
24
0 commit comments