We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
app_config_plan
1 parent 4d3d257 commit 0182171Copy full SHA for 0182171
ibm_catalog.json
@@ -254,6 +254,20 @@
254
"required": true,
255
"virtual": true,
256
"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
+ ],
271
"default_value": "basic",
272
"description": "The plan to use for the App Configuration service instance."
273
},
0 commit comments