Skip to content

Commit 615eecd

Browse files
authored
fix: updated the DA to default to the "Default" resource group (#251)
* chore: update existing_resource_group_name variable format and catalog entries * Updated the submodule * ensuring consistency * ensure consistency * ensure consistency
1 parent 835b32b commit 615eecd

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

ibm_catalog.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,17 @@
149149
},
150150
{
151151
"key": "existing_resource_group_name",
152-
"required": true,
152+
"display_name": "resource_group",
153153
"custom_config": {
154154
"type": "resource_group",
155155
"grouping": "deployment",
156156
"original_grouping": "deployment",
157157
"config_constraints": {
158158
"identifier": "rg_name"
159159
}
160-
}
160+
},
161+
"default_value": "Default",
162+
"description": "The name of an existing resource group to provision the resources."
161163
},
162164
{
163165
"key": "region",
@@ -381,15 +383,17 @@
381383
},
382384
{
383385
"key": "existing_resource_group_name",
384-
"required": true,
386+
"display_name": "resource_group",
385387
"custom_config": {
386388
"type": "resource_group",
387389
"grouping": "deployment",
388390
"original_grouping": "deployment",
389391
"config_constraints": {
390392
"identifier": "rg_name"
391393
}
392-
}
394+
},
395+
"default_value": "Default",
396+
"description": "The name of an existing resource group to provision the resources."
393397
},
394398
{
395399
"key": "project_name"

0 commit comments

Comments
 (0)