Skip to content

Commit 17cd0c9

Browse files
feat: add custom configuration for 'resource_group' field in ibm_catalog.json
1 parent ceab6fc commit 17cd0c9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

ibm_catalog.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,15 @@
206206
"type": "string",
207207
"default_value": "__NOT_SET__",
208208
"description": "The resource group ID of the cluster.",
209-
"required": true
209+
"required": true,
210+
"custom_config": {
211+
"type": "resource_group",
212+
"grouping": "deployment",
213+
"original_grouping": "deployment",
214+
"config_constraints": {
215+
"identifier": "rg_id"
216+
}
217+
}
210218
},
211219
{
212220
"key": "ibmcloud_api_key",

0 commit comments

Comments
 (0)