Skip to content

Commit 73a8904

Browse files
authored
feat: updated the DA input existing_cos_instance_crn to use resource picker widget (#1079)
1 parent cf97e15 commit 73a8904

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

ibm_catalog.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,19 @@
386386
{
387387
"type": "regex",
388388
"description": "The value provided for 'existing_cos_instance_crn' is not valid.",
389-
"value": "^crn:(.*:){3}cloud-object-storage:(.*:){2}[0-9a-fA-F]{8}(?:-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}::$"
389+
"value": "^__NULL__$|^crn:(.*:){3}cloud-object-storage:(.*:){2}[0-9a-fA-F]{8}(?:-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}::$"
390390
}
391-
]
391+
],
392+
"custom_config": {
393+
"type": "platform_resource",
394+
"grouping": "deployment",
395+
"original_grouping": "deployment",
396+
"config_constraints": {
397+
"resourceType": "cloud-object-storage",
398+
"selection": "single_select",
399+
"valueType": "crn"
400+
}
401+
}
392402
},
393403
{
394404
"key": "skip_vpc_cos_iam_auth_policy"

0 commit comments

Comments
 (0)