From 874b991cf9a2dc5cebf8fd0044d9ca266059aa0a Mon Sep 17 00:00:00 2001 From: Khuzaima-Shakeel Date: Thu, 4 Dec 2025 16:48:19 +0530 Subject: [PATCH] Added service dropdown picker with null support to the platform_resource widget --- ibm_catalog.json | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index 725cccd..5c3871e 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -320,7 +320,17 @@ "description": "The value provided for 'existing_event_notifications_instance_crn' is not valid.", "value": "^__NULL__$|^crn:(.*:){3}event-notifications:(.*:){2}[0-9a-fA-F]{8}(?:-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}::$" } - ] + ], + "custom_config": { + "type": "platform_resource", + "grouping": "deployment", + "original_grouping": "deployment", + "config_constraints": { + "resourceType": "event-notifications", + "selection": "single_select", + "valueType": "crn" + } + } }, { "key": "existing_secrets_manager_crn", @@ -334,7 +344,17 @@ "description": "The value provided for 'existing_secrets_manager_crn' is not valid.", "value": "^__NULL__$|^crn:(.*:){3}secrets-manager:(.*:){2}[0-9a-fA-F]{8}(?:-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}::$" } - ] + ], + "custom_config": { + "type": "platform_resource", + "grouping": "deployment", + "original_grouping": "deployment", + "config_constraints": { + "resourceType": "secrets-manager", + "selection": "single_select", + "valueType": "crn" + } + } }, { "key": "secrets_manager_service_plan",