Skip to content

Commit 713123c

Browse files
authored
feat: Added the supported regions dropdown to catalog config for better user experience (#21)
1 parent 7b98a96 commit 713123c

File tree

1 file changed

+47
-3
lines changed

1 file changed

+47
-3
lines changed

ibm_catalog.json

Lines changed: 47 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"name": "catalog",
4242
"install_type": "fullstack",
4343
"working_directory": "solutions/catalog",
44-
"compliance": {},
4544
"configuration": [
4645
{
4746
"key": "ibmcloud_api_key"
@@ -126,7 +125,6 @@
126125
"name": "vpe-object",
127126
"install_type": "fullstack",
128127
"working_directory": "solutions/vpe-object",
129-
"compliance": {},
130128
"configuration": [
131129
{
132130
"key": "ibmcloud_api_key"
@@ -145,7 +143,53 @@
145143
},
146144
{
147145
"key": "region",
148-
"required": true
146+
"required": true,
147+
"options": [
148+
{
149+
"displayname": "Sydney (au-syd)",
150+
"value": "au-syd"
151+
},
152+
{
153+
"displayname": "Sao Paolo (br-sao)",
154+
"value": "br-sao"
155+
},
156+
{
157+
"displayname": "Montreal (ca-mon)",
158+
"value": "ca-mon"
159+
},
160+
{
161+
"displayname": "Toronto (ca-tor)",
162+
"value": "ca-tor"
163+
},
164+
{
165+
"displayname": "Frankfurt (eu-de)",
166+
"value": "eu-de"
167+
},
168+
{
169+
"displayname": "Madrid (eu-es)",
170+
"value": "eu-es"
171+
},
172+
{
173+
"displayname": "London (eu-gb)",
174+
"value": "eu-gb"
175+
},
176+
{
177+
"displayname": "Osaka (jp-osa)",
178+
"value": "jp-osa"
179+
},
180+
{
181+
"displayname": "Tokyo (jp-tok)",
182+
"value": "jp-tok"
183+
},
184+
{
185+
"displayname": "Washington DC (us-east)",
186+
"value": "us-east"
187+
},
188+
{
189+
"displayname": "Dallas (us-south)",
190+
"value": "us-south"
191+
}
192+
]
149193
},
150194
{
151195
"key": "dns_domain",

0 commit comments

Comments
 (0)