Skip to content

Commit 677ac67

Browse files
authored
fix: updated the DA to default to the "Default" resource group (#560)
1 parent e457f6a commit 677ac67

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
@@ -138,7 +138,9 @@
138138
"config_constraints": {
139139
"identifier": "rg_name"
140140
}
141-
}
141+
},
142+
"default_value": "Default",
143+
"description": "The name of an existing resource group to provision the resources."
142144
},
143145
{
144146
"key": "existing_monitoring_crn"
@@ -403,7 +405,9 @@
403405
"config_constraints": {
404406
"identifier": "rg_name"
405407
}
406-
}
408+
},
409+
"default_value": "Default",
410+
"description": "The name of an existing resource group to provision the resources."
407411
},
408412
{
409413
"key": "existing_monitoring_crn"

0 commit comments

Comments
 (0)