Skip to content

Commit

Permalink
Adds the ssm-incidents and ssm-contacts to the endpoints.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
YgorCastor committed Oct 30, 2023
1 parent 476e3f0 commit 3d2e763
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions priv/endpoints.exs
Original file line number Diff line number Diff line change
Expand Up @@ -1186,6 +1186,48 @@
"us-west-2" => %{}
}
},
"ssm-incidents" => %{
"endpoints" => %{
"ap-northeast-1" => %{},
"ap-northeast-2" => %{},
"ap-east-1" => %{},
"ap-south-1" => %{},
"ap-southeast-1" => %{},
"ap-southeast-2" => %{},
"ca-central-1" => %{},
"eu-central-1" => %{},
"eu-west-1" => %{},
"eu-west-2" => %{},
"eu-west-3" => %{},
"eu-north-1" => %{},
"sa-east-1" => %{},
"us-east-1" => %{},
"us-east-2" => %{},
"us-west-1" => %{},
"us-west-2" => %{}
}
},
"ssm-contacts" => %{
"endpoints" => %{
"ap-northeast-1" => %{},
"ap-northeast-2" => %{},
"ap-east-1" => %{},
"ap-south-1" => %{},
"ap-southeast-1" => %{},
"ap-southeast-2" => %{},
"ca-central-1" => %{},
"eu-central-1" => %{},
"eu-west-1" => %{},
"eu-west-2" => %{},
"eu-west-3" => %{},
"eu-north-1" => %{},
"sa-east-1" => %{},
"us-east-1" => %{},
"us-east-2" => %{},
"us-west-1" => %{},
"us-west-2" => %{}
}
},
"servicediscovery" => %{
"endpoints" => %{
"ap-northeast-1" => %{},
Expand Down

0 comments on commit 3d2e763

Please sign in to comment.