Skip to content

Commit 6b3dd81

Browse files
piyush117shemau
andauthored
fix: updated the DA to default to the "Default" resource group (#342)
Co-authored-by: shemau <[email protected]>
1 parent 49d7d2b commit 6b3dd81

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
@@ -141,7 +141,9 @@
141141
"config_constraints": {
142142
"identifier": "rg_name"
143143
}
144-
}
144+
},
145+
"default_value": "Default",
146+
"description": "The name of an existing resource group to provision the resources."
145147
},
146148
{
147149
"key": "prefix"
@@ -487,7 +489,9 @@
487489
"config_constraints": {
488490
"identifier": "rg_name"
489491
}
490-
}
492+
},
493+
"default_value": "Default",
494+
"description": "The name of an existing resource group to provision the resources."
491495
},
492496
{
493497
"key": "prefix"

0 commit comments

Comments
 (0)