Skip to content

Commit c197658

Browse files
fix: update the DA catalog config to use the "Default" resource group (#530)
* chore: update existing_resource_group_name variable format and catalog entries * Updated the submodule * remove dev asset --------- Co-authored-by: Mukul Palit <[email protected]>
1 parent 7002a56 commit c197658

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"
@@ -573,7 +575,9 @@
573575
"config_constraints": {
574576
"identifier": "rg_name"
575577
}
576-
}
578+
},
579+
"default_value": "Default",
580+
"description": "The name of an existing resource group to provision the resources."
577581
},
578582
{
579583
"key": "prefix"

0 commit comments

Comments
 (0)