From 54f4fc73b4a2277c7485b877e57ec9ced6e66d1a Mon Sep 17 00:00:00 2001 From: Umut Uzgur Date: Thu, 17 Nov 2022 14:00:06 +0100 Subject: [PATCH] feat: Recognize `eu-central-2`, `eu-south-1` and `me-central-1` regions (PR #11524) --- lib/plugins/aws/provider.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/plugins/aws/provider.js b/lib/plugins/aws/provider.js index 2583d811b4d..c8b14e28922 100644 --- a/lib/plugins/aws/provider.js +++ b/lib/plugins/aws/provider.js @@ -1183,11 +1183,14 @@ class AwsProvider { 'cn-north-1', 'cn-northwest-1', 'eu-central-1', + 'eu-central-2', 'eu-north-1', 'eu-south-1', + 'eu-south-2', 'eu-west-1', 'eu-west-2', 'eu-west-3', + 'me-central-1', 'me-south-1', 'sa-east-1', ],