Skip to content

Commit 61f9ff0

Browse files
manage things
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent 97b0e61 commit 61f9ff0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

zsh/functions/functions.zsh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,17 @@ get_namespace_upper() {
2121
echo "$1" | tr '[:lower:]' '[:lower:]'
2222
}
2323

24+
# Temporary fix until ....
25+
TF_DEFAULT_VERSION="1.7.5"
26+
TF_PRODUCT=terraform
27+
2428
load-tofuswitch() {
2529
# https://tfswitch.warrensbox.com/usage/ci-cd/
2630
local tfswitchrc_path=".tfswitchrc"
2731
local tf_path=".opentofu-version"
2832

2933
if [ -f "$tfswitchrc_path" ]; then
30-
TF_PRODUCT=opentofu
34+
TF_PRODUCT=terraform
3135
tfswitch
3236
elif [ -f "$tf_path" ]; then
3337
TF_PRODUCT=opentofu

0 commit comments

Comments
 (0)