Skip to content

Commit

Permalink
Use v1.5.5 of ppc64le binary for terraform
Browse files Browse the repository at this point in the history
Signed-off-by: Yussuf Shaikh <[email protected]>
  • Loading branch information
yussufsh committed Nov 7, 2023
1 parent 36da43f commit 385f874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift-install-powervs
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ function setup_terraform {
EXT_PATH=$(which terraform 2> /dev/null || true)

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

0 comments on commit 385f874

Please sign in to comment.