From f0543670de71541d231bf6ca362c28b31de4903c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 14 Jul 2023 10:23:31 +0000 Subject: [PATCH] importer: AWS: Add country code of NZ for ap-southeast-5 Signed-off-by: Michael Tremer --- src/scripts/location-importer.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/location-importer.in b/src/scripts/location-importer.in index 28e8070..c578de0 100644 --- a/src/scripts/location-importer.in +++ b/src/scripts/location-importer.in @@ -1586,6 +1586,7 @@ class CLI(object): "ap-southeast-2": "AU", "ap-southeast-3": "MY", "ap-southeast-4": "AU", + "ap-southeast-5": "NZ", # Auckland, NZ "ap-southeast-6": "AP", # XXX: Precise location not documented anywhere "ap-northeast-1": "JP", "ca-central-1": "CA", -- 2.47.3