diff --git a/ibm_catalog.json b/ibm_catalog.json index 3d55d36..5a7aaf8 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -310,6 +310,7 @@ }, { "key": "existing_event_notifications_instance_crn", + "display_name": "existing_event_notifications_instance", "type": "string", "default_value": "__NULL__", "description": "The CRN of existing event notification instance. If not supplied, a new instance is created.", @@ -320,10 +321,21 @@ "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", + "display_name": "existing_secrets_manager_instance", "type": "string", "default_value": "__NULL__", "description": "The CRN of an existing IBM Cloud Secrets Manager instance to use in this solution. If not set, a new Secrets Manager instance is provisioned.", @@ -334,7 +346,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",