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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@
133
133
{
134
134
"key": "prefix",
135
135
"type": "string",
136
-
"default_value": "rag",
136
+
"default_value": "sample",
137
137
"description": "A prefix added to the name of all resources created by this solution. Used to avoid name clashes in the target account.",
138
138
"required": true
139
139
},
@@ -177,7 +177,7 @@
177
177
{
178
178
"key": "resource_group_name",
179
179
"type": "string",
180
-
"default_value": "rag-services-rc",
180
+
"default_value": "rag-services",
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