From 2d74d3e14e711080f4c4c9564830bbc777cad534 Mon Sep 17 00:00:00 2001 From: Yegor Shevchenko Date: Wed, 3 Jan 2024 10:03:58 +0000 Subject: [PATCH] Add eu-central-2 to ECS, KMS, SSM endpoints --- priv/endpoints.exs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/priv/endpoints.exs b/priv/endpoints.exs index e42634df..7a047e9d 100644 --- a/priv/endpoints.exs +++ b/priv/endpoints.exs @@ -1017,6 +1017,7 @@ "ap-southeast-2" => %{}, "ca-central-1" => %{}, "eu-central-1" => %{}, + "eu-central-2" => %{}, "eu-west-1" => %{}, "eu-west-2" => %{}, "eu-west-3" => %{}, @@ -1220,6 +1221,7 @@ "ap-southeast-2" => %{}, "ca-central-1" => %{}, "eu-central-1" => %{}, + "eu-central-2" => %{}, "eu-west-1" => %{}, "eu-west-2" => %{}, "eu-west-3" => %{}, @@ -2162,6 +2164,7 @@ "ap-southeast-2" => %{}, "ca-central-1" => %{}, "eu-central-1" => %{}, + "eu-central-2" => %{}, "eu-west-1" => %{}, "eu-west-2" => %{}, "eu-west-3" => %{},