You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ibm_catalog.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -165,19 +165,19 @@
165
165
"required": false,
166
166
"options": [
167
167
{
168
-
"displayname": "Option 1",
168
+
"displayname": "us-south",
169
169
"value": "us-south"
170
170
},
171
171
{
172
-
"displayname": "Option 2",
172
+
"displayname": "eu-de",
173
173
"value": "eu-de"
174
174
}
175
175
]
176
176
},
177
177
{
178
178
"key": "resource_group_name",
179
179
"type": "string",
180
-
"default_value": "__NULL__",
180
+
"default_value": "rag-services-rc",
181
181
"description": "The name of the resource group that is created by this solution. The actual name is prefixed with the value of the input 'prefix'. All resources created by this solution are deployed in this resource group. ",
0 commit comments