Skip to content

Commit 9a6bbf0

Browse files
authored
fix: updated the DA catalog config to use the "Default" resource group (#139)
* chore: update existing_resource_group_name variable format and catalog entries * ensuring consistency
1 parent 4d8babc commit 9a6bbf0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

ibm_catalog.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,16 @@
132132
{
133133
"key": "existing_resource_group_name",
134134
"display_name": "resource_group",
135-
"required": true,
136135
"custom_config": {
137136
"type": "resource_group",
138137
"grouping": "deployment",
139138
"original_grouping": "deployment",
140139
"config_constraints": {
141140
"identifier": "rg_name"
142141
}
143-
}
142+
},
143+
"default_value": "Default",
144+
"description": "The name of an existing resource group to provision the resources."
144145
},
145146
{
146147
"key": "logs_routing_tenant_regions",
@@ -680,7 +681,9 @@
680681
"config_constraints": {
681682
"identifier": "rg_name"
682683
}
683-
}
684+
},
685+
"default_value": "Default",
686+
"description": "The name of an existing resource group to provision the resources."
684687
},
685688
{
686689
"key": "logs_routing_tenant_regions",

0 commit comments

Comments
 (0)