Skip to content

Commit 91500c9

Browse files
fix: fix bug in catalog pre-validation script (#12)
1 parent 31626bd commit 91500c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/scripts/pre-validation-deploy-slz-roks-and-obs-instances.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ TF_VARS_FILE="terraform.tfvars"
2222
{
2323
echo "ibmcloud_api_key=\"${VALIDATION_APIKEY}\""
2424
echo "region=\"${REGION}\""
25+
echo "prefix=\"slz-$(openssl rand -hex 2)\""
2526
} >> ${TF_VARS_FILE}
2627
terraform apply -input=false -auto-approve -var-file=${TF_VARS_FILE} || exit 1
2728

0 commit comments

Comments
 (0)