Skip to content

Commit

Permalink
fix: update bug in catalog validation script (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatagarwal-ibm authored Apr 10, 2024
1 parent 35b8b7c commit 12f6da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/scripts/pre-validation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ TF_VARS_FILE="terraform.tfvars"
# $VALIDATION_APIKEY is available in the catalog runtime
echo "ibmcloud_api_key=\"${VALIDATION_APIKEY}\""
echo "region=\"${REGION}\""
echo "prefix=\"rag-da-$(openssl rand -hex 2)\""
} >> ${TF_VARS_FILE}
terraform apply -input=false -auto-approve -var-file=${TF_VARS_FILE} || exit 1

Expand Down

0 comments on commit 12f6da4

Please sign in to comment.