From 403f9385bc47c33e9611b015c3a9addc011ff839 Mon Sep 17 00:00:00 2001 From: AJ Stuyvenberg Date: Thu, 7 Mar 2024 08:35:38 -0500 Subject: [PATCH] feat: add eu-north-1 --- ci/datasources/regions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/datasources/regions.yaml b/ci/datasources/regions.yaml index a26372d8..a885f967 100644 --- a/ci/datasources/regions.yaml +++ b/ci/datasources/regions.yaml @@ -18,6 +18,7 @@ regions: # - code: "ca-west-1" we don't support it - code: "eu-central-1" - code: "eu-central-2" + - code: "eu-north-1" - code: "eu-west-1" - code: "eu-west-2" - code: "eu-west-3"