Skip to content

Commit b60bfd8

Browse files
authored
fix: mark existing_kms_instance_crn as required in the DA (#236)
1 parent 370f22f commit b60bfd8

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
@@ -169,7 +169,8 @@
169169
"key": "existing_secrets_manager_kms_key_crn"
170170
},
171171
{
172-
"key": "existing_kms_instance_crn"
172+
"key": "existing_kms_instance_crn",
173+
"required": true
173174
},
174175
{
175176
"key": "kms_endpoint_type",

0 commit comments

Comments
 (0)