From 8ca09632a3deee1f00b60eaa94eca66001ab4b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?jordan=20gonz=C3=A1lez?= <30836115+duncanista@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:37:35 -0400 Subject: [PATCH] add `ap-southeast-5` region --- .gitlab/datasources/regions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/datasources/regions.yaml b/.gitlab/datasources/regions.yaml index 9f12a011..93816ce9 100644 --- a/.gitlab/datasources/regions.yaml +++ b/.gitlab/datasources/regions.yaml @@ -11,6 +11,7 @@ regions: - code: "ap-southeast-2" - code: "ap-southeast-3" - code: "ap-southeast-4" + - code: "ap-southeast-5" - code: "ap-northeast-1" - code: "ap-northeast-2" - code: "ap-northeast-3"