Skip to content

Commit 59265a7

Browse files
piyush117shemau
andauthored
fix: updated the DA to default to the "Default" resource group (#455)
Co-authored-by: shemau <[email protected]>
1 parent 4386ee0 commit 59265a7

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
@@ -140,7 +140,9 @@
140140
"config_constraints": {
141141
"identifier": "rg_name"
142142
}
143-
}
143+
},
144+
"default_value": "Default",
145+
"description": "The name of an existing resource group to provision the resources."
144146
},
145147
{
146148
"key": "prefix"
@@ -488,7 +490,9 @@
488490
"config_constraints": {
489491
"identifier": "rg_name"
490492
}
491-
}
493+
},
494+
"default_value": "Default",
495+
"description": "The name of an existing resource group to provision the resources."
492496
},
493497
{
494498
"key": "prefix"

0 commit comments

Comments
 (0)