Fix: change version of terraform
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
@@ -176,7 +176,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
|
||||
grep -iEo '[0-9]+\.[0-9]+\.[0-9]+' |
|
||||
sort |
|
||||
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]+' |
|
||||
sort |
|
||||
head -n1)
|
||||
|
||||
Reference in New Issue
Block a user