Skip to content

Commit 9514e88

Browse files
piyush117ocofaigh
andauthored
fix: updated the DA to default to the "Default" resource group (#98)
* chore: update existing_resource_group_name variable format and catalog entries * ensuring consistency --------- Co-authored-by: Conall Ó Cofaigh <[email protected]>
1 parent 27ec670 commit 9514e88

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ibm_catalog.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,17 @@
6060
},
6161
{
6262
"key": "existing_resource_group_name",
63-
"required": true,
63+
"display_name": "resource_group",
6464
"custom_config": {
6565
"type": "resource_group",
6666
"grouping": "deployment",
6767
"original_grouping": "deployment",
6868
"config_constraints": {
6969
"identifier": "rg_name"
7070
}
71-
}
71+
},
72+
"default_value": "Default",
73+
"description": "The name of an existing resource group to provision the resources."
7274
},
7375
{
7476
"key": "region",

0 commit comments

Comments
 (0)