|
310 | 310 | }, |
311 | 311 | { |
312 | 312 | "key": "existing_event_notifications_instance_crn", |
| 313 | + "display_name": "existing_event_notifications_instance", |
313 | 314 | "type": "string", |
314 | 315 | "default_value": "__NULL__", |
315 | 316 | "description": "The CRN of existing event notification instance. If not supplied, a new instance is created.", |
|
320 | 321 | "description": "The value provided for 'existing_event_notifications_instance_crn' is not valid.", |
321 | 322 | "value": "^__NULL__$|^crn:(.*:){3}event-notifications:(.*:){2}[0-9a-fA-F]{8}(?:-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}::$" |
322 | 323 | } |
323 | | - ] |
| 324 | + ], |
| 325 | + "custom_config": { |
| 326 | + "type": "platform_resource", |
| 327 | + "grouping": "deployment", |
| 328 | + "original_grouping": "deployment", |
| 329 | + "config_constraints": { |
| 330 | + "resourceType": "event-notifications", |
| 331 | + "selection": "single_select", |
| 332 | + "valueType": "crn" |
| 333 | + } |
| 334 | + } |
324 | 335 | }, |
325 | 336 | { |
326 | 337 | "key": "existing_secrets_manager_crn", |
| 338 | + "display_name": "existing_secrets_manager_instance", |
327 | 339 | "type": "string", |
328 | 340 | "default_value": "__NULL__", |
329 | 341 | "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 | 346 | "description": "The value provided for 'existing_secrets_manager_crn' is not valid.", |
335 | 347 | "value": "^__NULL__$|^crn:(.*:){3}secrets-manager:(.*:){2}[0-9a-fA-F]{8}(?:-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}::$" |
336 | 348 | } |
337 | | - ] |
| 349 | + ], |
| 350 | + "custom_config": { |
| 351 | + "type": "platform_resource", |
| 352 | + "grouping": "deployment", |
| 353 | + "original_grouping": "deployment", |
| 354 | + "config_constraints": { |
| 355 | + "resourceType": "secrets-manager", |
| 356 | + "selection": "single_select", |
| 357 | + "valueType": "crn" |
| 358 | + } |
| 359 | + } |
338 | 360 | }, |
339 | 361 | { |
340 | 362 | "key": "secrets_manager_service_plan", |
|
0 commit comments