From f105ecac5358de070163629c01f80da1940340ca Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Mon, 6 Feb 2023 23:46:29 +0100 Subject: [PATCH] Add melbourne to elbv2 --- internal/service/elbv2/hosted_zone_id_data_source.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/service/elbv2/hosted_zone_id_data_source.go b/internal/service/elbv2/hosted_zone_id_data_source.go index 761a120668a..6da247a0f2b 100644 --- a/internal/service/elbv2/hosted_zone_id_data_source.go +++ b/internal/service/elbv2/hosted_zone_id_data_source.go @@ -61,6 +61,7 @@ var HostedZoneIdPerRegionNLBMap = map[string]string{ endpoints.ApSoutheast1RegionID: "ZKVM4W9LS7TM", endpoints.ApSoutheast2RegionID: "ZCT6FZBF4DROD", endpoints.ApSoutheast3RegionID: "Z01971771FYVNCOVWJU1G", + endpoints.ApSoutheast4RegionID: "Z01156963G8MIIL7X90IV", endpoints.CaCentral1RegionID: "Z2EPGBW3API2WT", endpoints.CnNorth1RegionID: "Z3QFB96KMJ7ED6", endpoints.CnNorthwest1RegionID: "ZQEIKTCZ8352D",