Skip to content

Commit b43e33b

Browse files
authored
fix: updated the region selector in the DA to only show Secrets Manager supported regions (#251)
1 parent 503bd3c commit b43e33b

File tree

1 file changed

+42
-9
lines changed

1 file changed

+42
-9
lines changed

ibm_catalog.json

Lines changed: 42 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,50 @@
8787
"required": true
8888
},
8989
{
90-
"custom_config": {
91-
"config_constraints": {
92-
"generationType": "2"
93-
},
94-
"grouping": "deployment",
95-
"original_grouping": "deployment",
96-
"type": "region"
97-
},
9890
"key": "region",
9991
"required": true,
100-
"type": "string"
92+
"options": [
93+
{
94+
"displayname": "Osaka",
95+
"value": "jp-osa"
96+
},
97+
{
98+
"displayname": "Sydney",
99+
"value": "au-syd"
100+
},
101+
{
102+
"displayname": "Tokyo",
103+
"value": "jp-tok"
104+
},
105+
{
106+
"displayname": "Frankfurt",
107+
"value": "eu-de"
108+
},
109+
{
110+
"displayname": "London",
111+
"value": "eu-gb"
112+
},
113+
{
114+
"displayname": "Mardrid",
115+
"value": "eu-es"
116+
},
117+
{
118+
"displayname": "Dallas",
119+
"value": "us-south"
120+
},
121+
{
122+
"displayname": "Toronto",
123+
"value": "ca-tor"
124+
},
125+
{
126+
"displayname": "Washington DC",
127+
"value": "us-east"
128+
},
129+
{
130+
"displayname": "Sao Paulo",
131+
"value": "br-sao"
132+
}
133+
]
101134
},
102135
{
103136
"key": "prefix"

0 commit comments

Comments
 (0)