Skip to content

Commit cab69b5

Browse files
author
Lars Gohlke
committed
migrate from terraform to tofu (soft) 2/
1 parent 86d14b2 commit cab69b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/terraform.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ fi
1717
if [[ -d ~/.config/topgrade.d ]] && ! [[ -f ~/.config/topgrade.d/tenv.toml ]] && ! command -v topgrade >/dev/null; then
1818
cat << EOF > ~/.config/topgrade.d/tenv.toml
1919
[commands]
20-
"Terraform: tenv" = "tenv tf install latest && tfenv tf use latest"
21-
"Tofu: tenv" = "tenv tofi install latest && tfenv tofu use latest"
20+
"Terraform: tenv" = "tenv tf install latest && tenv tf use latest"
21+
"Tofu: tenv" = "tenv tofu install latest && tenv tofu use latest"
2222
EOF
2323
fi
2424

0 commit comments

Comments
 (0)