Skip to content

Commit 0f6aaeb

Browse files
committed
feat: aws dbaas support dev
1 parent 1d79691 commit 0f6aaeb

1 file changed

Lines changed: 111 additions & 0 deletions

File tree

supported_providers.json

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2158,6 +2158,117 @@
21582158
"certifications": []
21592159
}
21602160
}
2161+
},
2162+
{
2163+
"name": "dbaas",
2164+
"display_name": "Database as a Service",
2165+
"type": "service",
2166+
"sub_type": "dbaas",
2167+
"support_level": "dev",
2168+
"regions": {
2169+
"us-east-1": {
2170+
"country": "USA",
2171+
"location": "Virginia",
2172+
"plus_code": "",
2173+
"certifications": []
2174+
},
2175+
"us-east-2": {
2176+
"country": "USA",
2177+
"location": "Ohio",
2178+
"plus_code": "",
2179+
"certifications": []
2180+
},
2181+
"us-west-1": {
2182+
"country": "USA",
2183+
"location": "California",
2184+
"plus_code": "",
2185+
"certifications": []
2186+
},
2187+
"us-west-2": {
2188+
"country": "USA",
2189+
"location": "Oregon",
2190+
"plus_code": "",
2191+
"certifications": []
2192+
},
2193+
"ca-central-1": {
2194+
"country": "Canada",
2195+
"location": "Toronto",
2196+
"plus_code": "",
2197+
"certifications": []
2198+
},
2199+
"eu-central-1": {
2200+
"country": "Germany",
2201+
"location": "Frankfurt",
2202+
"plus_code": "",
2203+
"certifications": []
2204+
},
2205+
"eu-central-2": {
2206+
"country": "Switzerland",
2207+
"location": "Zurich",
2208+
"plus_code": "",
2209+
"certifications": []
2210+
},
2211+
"eu-west-1": {
2212+
"country": "Ireland",
2213+
"location": "Dublin",
2214+
"plus_code": "",
2215+
"certifications": []
2216+
},
2217+
"eu-west-2": {
2218+
"country": "United Kingdom",
2219+
"location": "London",
2220+
"plus_code": "",
2221+
"certifications": []
2222+
},
2223+
"eu-west-3": {
2224+
"country": "France",
2225+
"location": "Paris",
2226+
"plus_code": "",
2227+
"certifications": []
2228+
},
2229+
"eu-south-1": {
2230+
"country": "Italy",
2231+
"location": "Milan",
2232+
"plus_code": "",
2233+
"certifications": []
2234+
},
2235+
"eu-north-1": {
2236+
"country": "Sweden",
2237+
"location": "Stockholm",
2238+
"plus_code": "",
2239+
"certifications": []
2240+
},
2241+
"ap-northeast-1": {
2242+
"country": "Japan",
2243+
"location": "Tokyo",
2244+
"plus_code": "",
2245+
"certifications": []
2246+
},
2247+
"ap-northeast-2": {
2248+
"country": "South Korea",
2249+
"location": "Seoul",
2250+
"plus_code": "",
2251+
"certifications": []
2252+
},
2253+
"ap-southeast-1": {
2254+
"country": "Singapore",
2255+
"location": "Singapore",
2256+
"plus_code": "",
2257+
"certifications": []
2258+
},
2259+
"ap-southeast-2": {
2260+
"country": "Australia",
2261+
"location": "Sydney",
2262+
"plus_code": "",
2263+
"certifications": []
2264+
},
2265+
"ap-south-1": {
2266+
"country": "India",
2267+
"location": "Mumbai",
2268+
"plus_code": "",
2269+
"certifications": []
2270+
}
2271+
}
21612272
}
21622273
]
21632274
}

0 commit comments

Comments
 (0)