Skip to content

Commit c8cf2f5

Browse files
authored
fix: Add missing variable required for ibm catalog onboarding (#61)
1 parent 98c1073 commit c8cf2f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"ibmcloud_api_key": $VALIDATION_APIKEY,
33
"resource_group_name": $PREFIX,
4-
"service_plan": "trial"
4+
"service_plan": "trial",
5+
"existing_kms_guid": $HPCS_US_SOUTH_GUID,
6+
"kms_region": "us-south"
57
}

0 commit comments

Comments
 (0)