Skip to content

Commit 92d61a4

Browse files
authored
fix: mark existing_kms_instance_crn as required in the DA (#535)
1 parent c4f171f commit 92d61a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ibm_catalog.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@
254254
"key": "ibmcloud_kms_api_key"
255255
},
256256
{
257-
"key": "existing_kms_instance_crn"
257+
"key": "existing_kms_instance_crn",
258+
"required": true
258259
},
259260
{
260261
"key": "existing_kms_key_crn"

0 commit comments

Comments
 (0)