From 8b03798b5765e3f3f42c20f5b803e453fb47cdee Mon Sep 17 00:00:00 2001 From: mike-carey Date: Fri, 24 Apr 2026 16:50:48 +0000 Subject: [PATCH 1/2] Update test fixtures - April 24, 2026 04:50 PM --- tests/expected.env | 3 +++ tests/regions.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/tests/expected.env b/tests/expected.env index af4e6b4..9c1e888 100644 --- a/tests/expected.env +++ b/tests/expected.env @@ -1,5 +1,6 @@ AF_SOUTH_1=af-south-1 AP_EAST_1=ap-east-1 +AP_EAST_2=ap-east-2 AP_NORTHEAST_1=ap-northeast-1 AP_NORTHEAST_2=ap-northeast-2 AP_NORTHEAST_3=ap-northeast-3 @@ -8,6 +9,7 @@ AP_SOUTHEAST_2=ap-southeast-2 AP_SOUTHEAST_3=ap-southeast-3 AP_SOUTHEAST_4=ap-southeast-4 AP_SOUTHEAST_5=ap-southeast-5 +AP_SOUTHEAST_6=ap-southeast-6 AP_SOUTHEAST_7=ap-southeast-7 AP_SOUTH_1=ap-south-1 AP_SOUTH_2=ap-south-2 @@ -15,6 +17,7 @@ CA_CENTRAL_1=ca-central-1 CA_WEST_1=ca-west-1 CN_NORTHWEST_1=cn-northwest-1 CN_NORTH_1=cn-north-1 +EUSC_DE_EAST_1=eusc-de-east-1 EU_CENTRAL_1=eu-central-1 EU_CENTRAL_2=eu-central-2 EU_NORTH_1=eu-north-1 diff --git a/tests/regions.json b/tests/regions.json index 5d0bf64..143f964 100644 --- a/tests/regions.json +++ b/tests/regions.json @@ -1,6 +1,7 @@ { "af_south_1": "af-south-1", "ap_east_1": "ap-east-1", + "ap_east_2": "ap-east-2", "ap_northeast_1": "ap-northeast-1", "ap_northeast_2": "ap-northeast-2", "ap_northeast_3": "ap-northeast-3", @@ -11,6 +12,7 @@ "ap_southeast_3": "ap-southeast-3", "ap_southeast_4": "ap-southeast-4", "ap_southeast_5": "ap-southeast-5", + "ap_southeast_6": "ap-southeast-6", "ap_southeast_7": "ap-southeast-7", "ca_central_1": "ca-central-1", "ca_west_1": "ca-west-1", @@ -24,6 +26,7 @@ "eu_west_1": "eu-west-1", "eu_west_2": "eu-west-2", "eu_west_3": "eu-west-3", + "eusc_de_east_1": "eusc-de-east-1", "il_central_1": "il-central-1", "me_central_1": "me-central-1", "me_south_1": "me-south-1", From e53bb42f837369283a6e9baa44905a66180d38c1 Mon Sep 17 00:00:00 2001 From: Mike Carey <32496966+mike-carey@users.noreply.github.com> Date: Fri, 24 Apr 2026 11:57:28 -0500 Subject: [PATCH 2/2] Triggering CI