Skip to content

Commit

Permalink
Merge pull request #227 from yussufsh/devel
Browse files Browse the repository at this point in the history
Use v1.5.5 of ppc64le binary for terraform
  • Loading branch information
ppc64le-cloud-bot committed Nov 7, 2023
2 parents 36da43f + 385f874 commit bda8cd6
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 bda8cd6

Please sign in to comment.