From 7388ff29cc0a447e36879b8e43b63a632351894f Mon Sep 17 00:00:00 2001 From: Akos Marton Date: Mon, 7 Oct 2024 14:58:45 +0200 Subject: [PATCH] Fix hostname of us-gov-west-1. --- priv/endpoints.exs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/priv/endpoints.exs b/priv/endpoints.exs index 1d88e2f9..025e89dc 100644 --- a/priv/endpoints.exs +++ b/priv/endpoints.exs @@ -3126,7 +3126,10 @@ chime_voice_regions = [ "hostname" => "kms-fips.us-gov-east-1.amazonaws.com", "credentialScope" => %{"region" => "us-gov-east-1"} }, - "us-gov-west-1" => %{} + "us-gov-west-1" => %{ + "hostname" => "kms-fips.us-gov-west-1.amazonaws.com", + "credentialScope" => %{"region" => "us-gov-west-1"} + } } }, "sms" => %{"endpoints" => %{"us-gov-east-1" => %{}, "us-gov-west-1" => %{}}},