We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
existing_cos_instance_crn
1 parent cf97e15 commit 73a8904Copy full SHA for 73a8904
ibm_catalog.json
@@ -386,9 +386,19 @@
386
{
387
"type": "regex",
388
"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}::$"
+ "value": "^__NULL__$|^crn:(.*:){3}cloud-object-storage:(.*:){2}[0-9a-fA-F]{8}(?:-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}::$"
390
}
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
402
},
403
404
"key": "skip_vpc_cos_iam_auth_policy"
0 commit comments