Skip to content

Commit 3d126e4

Browse files
authored
fix: made kms_endpoint_type a dropdown in DA (#680)
1 parent 1a7e7aa commit 3d126e4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

ibm_catalog.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,17 @@
360360
"key": "existing_cluster_kms_key_crn"
361361
},
362362
{
363-
"key": "kms_endpoint_type"
363+
"key": "kms_endpoint_type",
364+
"options": [
365+
{
366+
"displayname": "Public",
367+
"value": "public"
368+
},
369+
{
370+
"displayname": "Private",
371+
"value": "private"
372+
}
373+
]
364374
},
365375
{
366376
"key": "cluster_key_name"

0 commit comments

Comments
 (0)