Skip to content

Commit 2581698

Browse files
authored
fix: updated the DA to default to the "Default" resource group (#801)
1 parent 381aaea commit 2581698

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ibm_catalog.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,8 @@
571571
{
572572
"key": "existing_resource_group_name",
573573
"display_name": "resource_group",
574+
"default_value": "Default",
575+
"description": "The name of an existing resource group to provision the resources.",
574576
"custom_config": {
575577
"type": "resource_group",
576578
"grouping": "deployment",
@@ -1296,6 +1298,8 @@
12961298
{
12971299
"key": "existing_resource_group_name",
12981300
"display_name": "resource_group",
1301+
"default_value": "Default",
1302+
"description": "The name of an existing resource group to provision the resources.",
12991303
"custom_config": {
13001304
"type": "resource_group",
13011305
"grouping": "deployment",

0 commit comments

Comments
 (0)