Fix: change version of terraform

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2026-08-03 12:16:05 +02:00
parent 0976964c7c
commit 3be42ebc09
+1 -1
View File
@@ -176,7 +176,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
grep -iEo '[0-9]+\.[0-9]+\.[0-9]+' | grep -iEo '[0-9]+\.[0-9]+\.[0-9]+' |
sort | sort |
head -n1) head -n1)
export TFVERSION=$(ls -la /opt/homebrew/Cellar/tfenv/*/versions | export TFVERSION=$(ls -la /opt/homebrew/Cellar/tfenv |
grep -iEo '[0-9]+\.[0-9]+\.[0-9]+' | grep -iEo '[0-9]+\.[0-9]+\.[0-9]+' |
sort | sort |
head -n1) head -n1)