Skip to content

Commit db7bd3f

Browse files
piyush117shemau
andauthored
fix: updated the DA to default to the "Default" resource group (#639)
Co-authored-by: shemau <[email protected]>
1 parent 8e82484 commit db7bd3f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ibm_catalog.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@
142142
"config_constraints": {
143143
"identifier": "rg_name"
144144
}
145-
}
145+
},
146+
"default_value": "Default",
147+
"description": "The name of an existing resource group to provision the resources."
146148
},
147149
{
148150
"key": "prefix"
@@ -473,7 +475,9 @@
473475
"config_constraints": {
474476
"identifier": "rg_name"
475477
}
476-
}
478+
},
479+
"default_value": "Default",
480+
"description": "The name of an existing resource group to provision the resources."
477481
},
478482
{
479483
"key": "prefix"

0 commit comments

Comments
 (0)