Skip to content

Commit

Permalink
ci: update the prefix used in pre-validation script (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocofaigh committed Aug 4, 2023
1 parent c2d8e73 commit bcef3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/pre-validation-slz-vpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TF_VARS_FILE="terraform.tfvars"
cd ${TERRAFORM_SOURCE_DIR}
terraform init || exit 1
echo "ibmcloud_api_key=\"${VALIDATION_APIKEY}\"" > ${TF_VARS_FILE}
echo "prefix=\"c2s-slz-catalog-$(openssl rand -hex 2)\"" >> ${TF_VARS_FILE}
echo "prefix=\"c2s-slz-$(openssl rand -hex 2)\"" >> ${TF_VARS_FILE}
echo "region=\"${REGION}\"" >> ${TF_VARS_FILE}
terraform apply -input=false -auto-approve -var-file=${TF_VARS_FILE} || exit 1

Expand Down

0 comments on commit bcef3a8

Please sign in to comment.