Skip to content

Commit 385f874

Browse files
committed
Use v1.5.5 of ppc64le binary for terraform
Signed-off-by: Yussuf Shaikh <[email protected]>
1 parent 36da43f commit 385f874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift-install-powervs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ function setup_terraform {
12111211
EXT_PATH=$(which terraform 2> /dev/null || true)
12121212

12131213
if [[ "${ARCH}" == "ppc64le" ]]; then
1214-
TF_LATEST=$(curl -s https://api.github.com/repos/ppc64le-development/terraform-ppc64le/releases/latest | grep tag_name | cut -d '"' -f4)
1214+
TF_LATEST=v1.5.5
12151215
else
12161216
TF_LATEST=$(curl -s https://api.github.com/repos/hashicorp/terraform/releases/latest | grep tag_name | cut -d '"' -f4)
12171217
fi

0 commit comments

Comments
 (0)