Skip to content

Commit 0182171

Browse files
authored
fix: add back the dropdown options for virtual input app_config_plan (#281)
1 parent 4d3d257 commit 0182171

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ibm_catalog.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,20 @@
254254
"required": true,
255255
"virtual": true,
256256
"type": "string",
257+
"options": [
258+
{
259+
"displayname": "Basic",
260+
"value": "basic"
261+
},
262+
{
263+
"displayname": "Standard",
264+
"value": "standardv2"
265+
},
266+
{
267+
"displayname": "Enterprise",
268+
"value": "enterprise"
269+
}
270+
],
257271
"default_value": "basic",
258272
"description": "The plan to use for the App Configuration service instance."
259273
},

0 commit comments

Comments
 (0)