diff --git a/ibm_catalog.json b/ibm_catalog.json index f9552a3..77444fa 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -254,6 +254,20 @@ "required": true, "virtual": true, "type": "string", + "options": [ + { + "displayname": "Basic", + "value": "basic" + }, + { + "displayname": "Standard", + "value": "standardv2" + }, + { + "displayname": "Enterprise", + "value": "enterprise" + } + ], "default_value": "basic", "description": "The plan to use for the App Configuration service instance." },