Skip to content

Commit

Permalink
Merge pull request #1025 from shevchenko-yegor/patch-2
Browse files Browse the repository at this point in the history
Add eu-central-2 to ECS, KMS, SSM endpoints
  • Loading branch information
bernardd authored Jan 11, 2024
2 parents 84db3d0 + 2d74d3e commit 40052f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions priv/endpoints.exs
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,7 @@
"ap-southeast-2" => %{},
"ca-central-1" => %{},
"eu-central-1" => %{},
"eu-central-2" => %{},
"eu-west-1" => %{},
"eu-west-2" => %{},
"eu-west-3" => %{},
Expand Down Expand Up @@ -1239,6 +1240,7 @@
"ap-southeast-2" => %{},
"ca-central-1" => %{},
"eu-central-1" => %{},
"eu-central-2" => %{},
"eu-west-1" => %{},
"eu-west-2" => %{},
"eu-west-3" => %{},
Expand Down Expand Up @@ -2181,6 +2183,7 @@
"ap-southeast-2" => %{},
"ca-central-1" => %{},
"eu-central-1" => %{},
"eu-central-2" => %{},
"eu-west-1" => %{},
"eu-west-2" => %{},
"eu-west-3" => %{},
Expand Down

0 comments on commit 40052f3

Please sign in to comment.