Skip to content

Commit ceab6fc

Browse files
fix: simplify 'resource_group' fields in ibm_catalog.json by removing custom configurations for cleaner structure
1 parent 4fa5ddd commit ceab6fc

File tree

1 file changed

+4
-28
lines changed

1 file changed

+4
-28
lines changed

ibm_catalog.json

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -206,15 +206,7 @@
206206
"type": "string",
207207
"default_value": "__NOT_SET__",
208208
"description": "The resource group ID of the cluster.",
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-
}
209+
"required": true
218210
},
219211
{
220212
"key": "ibmcloud_api_key",
@@ -515,17 +507,9 @@
515507
{
516508
"key": "resource_group_name",
517509
"type": "string",
518-
"default_value": "default",
510+
"default_value": "Default",
519511
"description": "The name of a new or existing resource group to provision resources in.",
520-
"required": true,
521-
"custom_config": {
522-
"type": "resource_group",
523-
"grouping": "deployment",
524-
"original_grouping": "deployment",
525-
"config_constraints": {
526-
"identifier": "rg_name"
527-
}
528-
}
512+
"required": true
529513
},
530514
{
531515
"key": "use_existing_resource_group",
@@ -1069,15 +1053,7 @@
10691053
"type": "string",
10701054
"default_value": "__NULL__",
10711055
"description": "The name of a new or existing resource group to provision COS instance in. If not specified, the 'resource_group_name' variable is used. Specify this if the COS instance is in an account that's different from the one associated Observability resources.",
1072-
"required": false,
1073-
"custom_config": {
1074-
"type": "resource_group",
1075-
"grouping": "deployment",
1076-
"original_grouping": "deployment",
1077-
"config_constraints": {
1078-
"identifier": "rg_name"
1079-
}
1080-
}
1056+
"required": false
10811057
},
10821058
{
10831059
"key": "enable_platform_metrics",

0 commit comments

Comments
 (0)