Skip to content

Commit 5e3e5af

Browse files
authored
fix: updated the DA to default to the "Default" resource group (#508)
* chore: update existing_resource_group_name variable format and catalog entries * ensuring consistency * ensuring consistency
1 parent 8e0eb65 commit 5e3e5af

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
@@ -109,15 +109,17 @@
109109
},
110110
{
111111
"key": "existing_resource_group_name",
112-
"required": true,
112+
"display_name": "resource_group",
113113
"custom_config": {
114114
"type": "resource_group",
115115
"grouping": "deployment",
116116
"original_grouping": "deployment",
117117
"config_constraints": {
118118
"identifier": "rg_name"
119119
}
120-
}
120+
},
121+
"default_value": "Default",
122+
"description": "The name of an existing resource group to provision the resources."
121123
},
122124
{
123125
"key": "existing_secrets_manager_instance_crn"

0 commit comments

Comments
 (0)