Skip to content

Commit 4a7d741

Browse files
committed
fix: types in ibm catalog
1 parent 07ecc28 commit 4a7d741

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ibm_catalog.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,19 +165,19 @@
165165
"required": false,
166166
"options": [
167167
{
168-
"displayname": "Option 1",
168+
"displayname": "us-south",
169169
"value": "us-south"
170170
},
171171
{
172-
"displayname": "Option 2",
172+
"displayname": "eu-de",
173173
"value": "eu-de"
174174
}
175175
]
176176
},
177177
{
178178
"key": "resource_group_name",
179179
"type": "string",
180-
"default_value": "__NULL__",
180+
"default_value": "rag-services-rc",
181181
"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. ",
182182
"required": false
183183
},
@@ -196,11 +196,11 @@
196196
"required": false,
197197
"options": [
198198
{
199-
"displayname": "Option 1",
199+
"displayname": "Trial",
200200
"value": "trial"
201201
},
202202
{
203-
"displayname": "Option 2",
203+
"displayname": "Standard",
204204
"value": "standard"
205205
}
206206
]

0 commit comments

Comments
 (0)