Skip to content

Commit af57f51

Browse files
authored
fix: fix missing variable from catalog validation json template (#31)
1 parent be40879 commit af57f51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"ibmcloud_api_key": $VALIDATION_APIKEY,
33
"resource_group_name": $PREFIX,
4-
"existing_kms_instance_crn": $HPCS_US_SOUTH_CRN
4+
"existing_kms_instance_crn": $HPCS_US_SOUTH_CRN,
5+
"region": "us-south"
56
}

0 commit comments

Comments
 (0)