Skip to content

Commit 258b315

Browse files
authored
fix: mark existing_kms_instance_crn as required instead of existing_kms_key_crn in the DA (#221)
1 parent d00e39e commit 258b315

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ibm_catalog.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,11 +408,11 @@
408408
"key": "skip_at_cos_auth_policy"
409409
},
410410
{
411-
"key": "existing_cos_kms_key_crn",
412-
"required": true
411+
"key": "existing_cos_kms_key_crn"
413412
},
414413
{
415-
"key": "existing_kms_instance_crn"
414+
"key": "existing_kms_instance_crn",
415+
"required": true
416416
},
417417
{
418418
"key": "cos_key_name"

0 commit comments

Comments
 (0)