From 2b8f30440f3340b09ce2e28efd60be13ff4eff19 Mon Sep 17 00:00:00 2001 From: Jordan Date: Mon, 27 Jul 2026 15:16:34 -0400 Subject: [PATCH] Add ap-east-2 and ap-southeast-6 to supported regions --- .gitlab/datasources/regions.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab/datasources/regions.yaml b/.gitlab/datasources/regions.yaml index d41bade3a..e33eb71eb 100644 --- a/.gitlab/datasources/regions.yaml +++ b/.gitlab/datasources/regions.yaml @@ -5,6 +5,7 @@ regions: - code: "us-west-2" - code: "af-south-1" - code: "ap-east-1" + - code: "ap-east-2" - code: "ap-south-1" - code: "ap-south-2" - code: "ap-southeast-1" @@ -12,6 +13,7 @@ regions: - code: "ap-southeast-3" - code: "ap-southeast-4" - code: "ap-southeast-5" + - code: "ap-southeast-6" - code: "ap-southeast-7" - code: "ap-northeast-1" - code: "ap-northeast-2"