From 8dc2962bb363b135d4dddb25997e0fabc7d9f144 Mon Sep 17 00:00:00 2001 From: Nicholas Hulston Date: Tue, 29 Apr 2025 13:11:06 -0400 Subject: [PATCH] add ap-southeast-7 and mx-central-1 regions --- .gitlab/datasources/regions.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab/datasources/regions.yaml b/.gitlab/datasources/regions.yaml index 93816ce9..d41bade3 100644 --- a/.gitlab/datasources/regions.yaml +++ b/.gitlab/datasources/regions.yaml @@ -12,6 +12,7 @@ regions: - code: "ap-southeast-3" - code: "ap-southeast-4" - code: "ap-southeast-5" + - code: "ap-southeast-7" - code: "ap-northeast-1" - code: "ap-northeast-2" - code: "ap-northeast-3" @@ -28,4 +29,5 @@ regions: - code: "il-central-1" - code: "me-south-1" - code: "me-central-1" + - code: "mx-central-1" - code: "sa-east-1"