Skip to content

Commit 9771b50

Browse files
authored
fix: updated the DA to default to the "Default" resource group (#320)
* chore: update existing_resource_group_name variable format and catalog entries * removed outer type from var * updated the submodule
1 parent aecb138 commit 9771b50

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ibm_catalog.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,15 +346,16 @@
346346
{
347347
"key": "existing_resource_group_name",
348348
"display_name": "resource_group",
349-
"type": "string",
350349
"custom_config": {
351350
"type": "resource_group",
352351
"grouping": "deployment",
353352
"original_grouping": "deployment",
354353
"config_constraints": {
355354
"identifier": "rg_name"
356355
}
357-
}
356+
},
357+
"default_value": "Default",
358+
"description": "The name of an existing resource group to provision the resources."
358359
},
359360
{
360361
"key": "enterprise_id",

0 commit comments

Comments
 (0)