We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36da43f commit 385f874Copy full SHA for 385f874
openshift-install-powervs
@@ -1211,7 +1211,7 @@ function setup_terraform {
1211
EXT_PATH=$(which terraform 2> /dev/null || true)
1212
1213
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)
+ TF_LATEST=v1.5.5
1215
else
1216
TF_LATEST=$(curl -s https://api.github.com/repos/hashicorp/terraform/releases/latest | grep tag_name | cut -d '"' -f4)
1217
fi
0 commit comments