From e367f3524be708d15923cc6e89b532c4a3c3d9b0 Mon Sep 17 00:00:00 2001 From: Pat Myron Date: Wed, 25 Jan 2023 22:39:25 -0500 Subject: [PATCH 01/18] data_source: ap-southeast-4 (Melbourne) https://docs.aws.amazon.com/general/latest/gr/elb.html#elb_region --- internal/service/elb/hosted_zone_id_data_source.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/service/elb/hosted_zone_id_data_source.go b/internal/service/elb/hosted_zone_id_data_source.go index 2f618162e85..582f12b44a3 100644 --- a/internal/service/elb/hosted_zone_id_data_source.go +++ b/internal/service/elb/hosted_zone_id_data_source.go @@ -24,6 +24,7 @@ var HostedZoneIdPerRegionMap = map[string]string{ endpoints.ApSoutheast1RegionID: "Z1LMS91P8CMLE5", endpoints.ApSoutheast2RegionID: "Z1GM3OXH4ZPM65", endpoints.ApSoutheast3RegionID: "Z08888821HLRG5A9ZRTER", + endpoints.ApSoutheast4RegionID: "Z09517862IB2WZLPXG76F", endpoints.CaCentral1RegionID: "ZQSVJUPU6J1EY", endpoints.CnNorth1RegionID: "Z1GDH35T77C1KE", endpoints.CnNorthwest1RegionID: "ZM7IZAIOVVDZF", From 741d7515788f4d6081128c4550d346aea8df6bc8 Mon Sep 17 00:00:00 2001 From: Pat Myron Date: Wed, 25 Jan 2023 22:41:59 -0500 Subject: [PATCH 02/18] data_source: ap-southeast-4 (Melbourne) https://docs.aws.amazon.com/general/latest/gr/elb.html#elb_region --- internal/service/elbv2/hosted_zone_id_data_source.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/service/elbv2/hosted_zone_id_data_source.go b/internal/service/elbv2/hosted_zone_id_data_source.go index 761a120668a..5fc4095fd87 100644 --- a/internal/service/elbv2/hosted_zone_id_data_source.go +++ b/internal/service/elbv2/hosted_zone_id_data_source.go @@ -26,6 +26,7 @@ var HostedZoneIdPerRegionALBMap = map[string]string{ endpoints.ApSoutheast1RegionID: "Z1LMS91P8CMLE5", endpoints.ApSoutheast2RegionID: "Z1GM3OXH4ZPM65", endpoints.ApSoutheast3RegionID: "Z08888821HLRG5A9ZRTER", + endpoints.ApSoutheast4RegionID: "Z09517862IB2WZLPXG76F", endpoints.CaCentral1RegionID: "ZQSVJUPU6J1EY", endpoints.CnNorth1RegionID: "Z1GDH35T77C1KE", endpoints.CnNorthwest1RegionID: "ZM7IZAIOVVDZF", @@ -61,6 +62,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", From db9d1b4ea2abd903289cf06e2570fc71f73b83b7 Mon Sep 17 00:00:00 2001 From: Pat Myron Date: Wed, 25 Jan 2023 22:50:15 -0500 Subject: [PATCH 03/18] data_source: ap-southeast-4 (Melbourne) https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_region cn-north-1 still undocumented --- internal/service/s3/hosted_zones.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/internal/service/s3/hosted_zones.go b/internal/service/s3/hosted_zones.go index ba1397477a4..9007901c93d 100644 --- a/internal/service/s3/hosted_zones.go +++ b/internal/service/s3/hosted_zones.go @@ -14,9 +14,11 @@ var hostedZoneIDsMap = map[string]string{ endpoints.ApNortheast2RegionID: "Z3W03O7B5YMIYP", endpoints.ApNortheast3RegionID: "Z2YQB5RD63NC85", endpoints.ApSouth1RegionID: "Z11RGJOFQNVJUP", + endpoints.ApSouth2RegionID: "Z02976202B4EZMXIPMXF7", endpoints.ApSoutheast1RegionID: "Z3O0J2DXBE1FTB", endpoints.ApSoutheast2RegionID: "Z1WCIGYICN2BYD", - endpoints.ApSoutheast3RegionID: "Z01613992JD795ZI93075", + endpoints.ApSoutheast3RegionID: "Z01846753K324LI26A3VV", + endpoints.ApSoutheast4RegionID: "Z0312387243XT5FE14WFO", endpoints.CaCentral1RegionID: "Z1QDHH18159H29", endpoints.CnNorthwest1RegionID: "Z282HJ1KT0DH03", endpoints.EuCentral1RegionID: "Z21DNDUVLTQW6Q", From 4ef1f4d2cfcd4ff2c8f6cba7f728b1b7450fe324 Mon Sep 17 00:00:00 2001 From: Pat Myron Date: Wed, 25 Jan 2023 22:53:24 -0500 Subject: [PATCH 04/18] data_source: ap-southeast-4 (Melbourne) https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-supported-regions.html#cloudtrail-supported-regions --- internal/service/cloudtrail/service_account_data_source.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/service/cloudtrail/service_account_data_source.go b/internal/service/cloudtrail/service_account_data_source.go index 0c565d1cdbd..9e360a2b76a 100644 --- a/internal/service/cloudtrail/service_account_data_source.go +++ b/internal/service/cloudtrail/service_account_data_source.go @@ -26,6 +26,7 @@ var ServiceAccountPerRegionMap = map[string]string{ endpoints.ApSoutheast1RegionID: "903692715234", endpoints.ApSoutheast2RegionID: "284668455005", endpoints.ApSoutheast3RegionID: "069019280451", + endpoints.ApSoutheast4RegionID: "187074758985", endpoints.CaCentral1RegionID: "819402241893", endpoints.CnNorth1RegionID: "193415116832", endpoints.CnNorthwest1RegionID: "681348832753", From 840694c22a054fc4a9ca6dd2afafe400091a0c9f Mon Sep 17 00:00:00 2001 From: Pat Myron Date: Wed, 25 Jan 2023 23:53:33 -0500 Subject: [PATCH 05/18] redshift.amazonaws.com replaced hardcoded account IDs https://docs.aws.amazon.com/redshift/latest/mgmt/db-auditing.html#db-auditing-manage-log-files --- docs/add-a-new-region.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/add-a-new-region.md b/docs/add-a-new-region.md index bb3be16c46a..3aaba742152 100644 --- a/docs/add-a-new-region.md +++ b/docs/add-a-new-region.md @@ -56,6 +56,6 @@ Some data sources include static values specific to regions that are not availab - Check [Amazon Simple Storage Service endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_region) and add Route53 Hosted Zone ID if available to [`internal/service/s3/hosted_zones.go`](https://github.com/hashicorp/terraform-provider-aws/tree/main/internal/service/s3/hosted_zones.go) - Check [CloudTrail Supported Regions docs](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-supported-regions.html#cloudtrail-supported-regions) and add AWS Account ID if available to [`internal/service/cloudtrail/service_account_data_source.go`](https://github.com/hashicorp/terraform-provider-aws/tree/main/internal/service/cloudtrail/service_account_data_source.go) - Check [Elastic Load Balancing Access Logs docs](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-access-logs.html#attach-bucket-policy) and add Elastic Load Balancing Account ID if available to [`internal/service/elb/service_account_data_source.go`](https://github.com/hashicorp/terraform-provider-aws/tree/main/internal/service/elb/service_account_data_source.go) -- Check [Redshift Database Audit Logging docs](https://docs.aws.amazon.com/redshift/latest/mgmt/db-auditing.html#db-auditing-bucket-permissions) and add AWS Account ID if available to [`internal/service/redshift/service_account_data_source.go`](https://github.com/hashicorp/terraform-provider-aws/tree/main/internal/service/redshift/service_account_data_source.go) +- ~~Check [Redshift Database Audit Logging docs](https://docs.aws.amazon.com/redshift/latest/mgmt/db-auditing.html#db-auditing-bucket-permissions) and add AWS Account ID if available to [`internal/service/redshift/service_account_data_source.go`](https://github.com/hashicorp/terraform-provider-aws/tree/main/internal/service/redshift/service_account_data_source.go)~~ - Check [AWS Elastic Beanstalk endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/elasticbeanstalk.html#elasticbeanstalk_region) and add Route53 Hosted Zone ID if available to [`internal/service/elasticbeanstalk/hosted_zone_data_source.go`](https://github.com/hashicorp/terraform-provider-aws/tree/main/internal/service/elasticbeanstalk/hosted_zone_data_source.go) - Check [SageMaker docs](https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html) and add AWS Account IDs if available to [`internal/service/sagemaker/prebuilt_ecr_image_data_source.go`](https://github.com/hashicorp/terraform-provider-aws/tree/main/internal/service/sagemaker/prebuilt_ecr_image_data_source.go) From ccee064b34ff0cd34e79caeac33b16702733278f Mon Sep 17 00:00:00 2001 From: Pat Myron Date: Mon, 30 Jan 2023 15:14:10 -0500 Subject: [PATCH 06/18] service principal replaced hardcoded account IDs https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-access-logs.html#attach-bucket-policy https://docs.aws.amazon.com/elasticloadbalancing/latest/application/enable-access-logging.html#attach-bucket-policy --- docs/add-a-new-region.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/add-a-new-region.md b/docs/add-a-new-region.md index 3aaba742152..b25d6eb2934 100644 --- a/docs/add-a-new-region.md +++ b/docs/add-a-new-region.md @@ -55,7 +55,7 @@ Some data sources include static values specific to regions that are not availab - Check [Elastic Load Balancing endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/elb.html#elb_region) and add Route53 Hosted Zone ID if available to [`internal/service/elb/hosted_zone_id_data_source.go`](https://github.com/hashicorp/terraform-provider-aws/tree/main/internal/service/elb/hosted_zone_id_data_source.go) and [`internal/service/elbv2/hosted_zone_id_data_source.go`](https://github.com/hashicorp/terraform-provider-aws/tree/main/internal/service/elbv2/hosted_zone_id_data_source.go) - Check [Amazon Simple Storage Service endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_region) and add Route53 Hosted Zone ID if available to [`internal/service/s3/hosted_zones.go`](https://github.com/hashicorp/terraform-provider-aws/tree/main/internal/service/s3/hosted_zones.go) - Check [CloudTrail Supported Regions docs](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-supported-regions.html#cloudtrail-supported-regions) and add AWS Account ID if available to [`internal/service/cloudtrail/service_account_data_source.go`](https://github.com/hashicorp/terraform-provider-aws/tree/main/internal/service/cloudtrail/service_account_data_source.go) -- Check [Elastic Load Balancing Access Logs docs](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-access-logs.html#attach-bucket-policy) and add Elastic Load Balancing Account ID if available to [`internal/service/elb/service_account_data_source.go`](https://github.com/hashicorp/terraform-provider-aws/tree/main/internal/service/elb/service_account_data_source.go) +- ~~Check [Elastic Load Balancing Access Logs docs](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-access-logs.html#attach-bucket-policy) and add Elastic Load Balancing Account ID if available to [`internal/service/elb/service_account_data_source.go`](https://github.com/hashicorp/terraform-provider-aws/tree/main/internal/service/elb/service_account_data_source.go)~~ - ~~Check [Redshift Database Audit Logging docs](https://docs.aws.amazon.com/redshift/latest/mgmt/db-auditing.html#db-auditing-bucket-permissions) and add AWS Account ID if available to [`internal/service/redshift/service_account_data_source.go`](https://github.com/hashicorp/terraform-provider-aws/tree/main/internal/service/redshift/service_account_data_source.go)~~ - Check [AWS Elastic Beanstalk endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/elasticbeanstalk.html#elasticbeanstalk_region) and add Route53 Hosted Zone ID if available to [`internal/service/elasticbeanstalk/hosted_zone_data_source.go`](https://github.com/hashicorp/terraform-provider-aws/tree/main/internal/service/elasticbeanstalk/hosted_zone_data_source.go) - Check [SageMaker docs](https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html) and add AWS Account IDs if available to [`internal/service/sagemaker/prebuilt_ecr_image_data_source.go`](https://github.com/hashicorp/terraform-provider-aws/tree/main/internal/service/sagemaker/prebuilt_ecr_image_data_source.go) From 3650dfd31a52192fc1a78f287203c19416685b1e Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Mon, 6 Feb 2023 23:45:11 +0100 Subject: [PATCH 07/18] Add melbourne to service account data source --- internal/service/cloudtrail/service_account_data_source.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/service/cloudtrail/service_account_data_source.go b/internal/service/cloudtrail/service_account_data_source.go index 0c565d1cdbd..9e360a2b76a 100644 --- a/internal/service/cloudtrail/service_account_data_source.go +++ b/internal/service/cloudtrail/service_account_data_source.go @@ -26,6 +26,7 @@ var ServiceAccountPerRegionMap = map[string]string{ endpoints.ApSoutheast1RegionID: "903692715234", endpoints.ApSoutheast2RegionID: "284668455005", endpoints.ApSoutheast3RegionID: "069019280451", + endpoints.ApSoutheast4RegionID: "187074758985", endpoints.CaCentral1RegionID: "819402241893", endpoints.CnNorth1RegionID: "193415116832", endpoints.CnNorthwest1RegionID: "681348832753", From a0a6a5ab1076e9ac6e10208af206b9579234c5d8 Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Mon, 6 Feb 2023 23:45:22 +0100 Subject: [PATCH 08/18] Add melbourne to elb --- internal/service/elb/hosted_zone_id_data_source.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/service/elb/hosted_zone_id_data_source.go b/internal/service/elb/hosted_zone_id_data_source.go index 2f618162e85..582f12b44a3 100644 --- a/internal/service/elb/hosted_zone_id_data_source.go +++ b/internal/service/elb/hosted_zone_id_data_source.go @@ -24,6 +24,7 @@ var HostedZoneIdPerRegionMap = map[string]string{ endpoints.ApSoutheast1RegionID: "Z1LMS91P8CMLE5", endpoints.ApSoutheast2RegionID: "Z1GM3OXH4ZPM65", endpoints.ApSoutheast3RegionID: "Z08888821HLRG5A9ZRTER", + endpoints.ApSoutheast4RegionID: "Z09517862IB2WZLPXG76F", endpoints.CaCentral1RegionID: "ZQSVJUPU6J1EY", endpoints.CnNorth1RegionID: "Z1GDH35T77C1KE", endpoints.CnNorthwest1RegionID: "ZM7IZAIOVVDZF", From f105ecac5358de070163629c01f80da1940340ca Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Mon, 6 Feb 2023 23:46:29 +0100 Subject: [PATCH 09/18] 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", From a745d84d536ea553d70eb1d54f8899634a6dd311 Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Mon, 6 Feb 2023 23:47:41 +0100 Subject: [PATCH 10/18] Create 29271.txt --- .changelog/29271.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/29271.txt diff --git a/.changelog/29271.txt b/.changelog/29271.txt new file mode 100644 index 00000000000..a4773c604d5 --- /dev/null +++ b/.changelog/29271.txt @@ -0,0 +1,3 @@ +```release-note:enhancement +provider: Support `ap-southeast-4` as a valid AWS Region +``` \ No newline at end of file From 68d4206620722c7cae7377e6478e4bda290bb325 Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Mon, 6 Feb 2023 23:47:45 +0100 Subject: [PATCH 11/18] Update 29271.txt --- .changelog/29271.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/29271.txt b/.changelog/29271.txt index a4773c604d5..70c7d31d613 100644 --- a/.changelog/29271.txt +++ b/.changelog/29271.txt @@ -1,3 +1,3 @@ ```release-note:enhancement provider: Support `ap-southeast-4` as a valid AWS Region -``` \ No newline at end of file +``` From e56adc476cd80268429af7a14c64e1d3a8d8e756 Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Mon, 6 Feb 2023 23:49:11 +0100 Subject: [PATCH 12/18] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11272060a44..c9854e09959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ BUG FIXES: * resource/aws_s3_bucket: Fix crash when `logging` is empty ([#29243](https://github.com/hashicorp/terraform-provider-aws/issues/29243)) * resource/aws_sns_topic: Fixes potential race condition when reading policy document. ([#29226](https://github.com/hashicorp/terraform-provider-aws/issues/29226)) * resource/aws_sns_topic_policy: Fixes potential race condition when reading policy document. ([#29226](https://github.com/hashicorp/terraform-provider-aws/issues/29226)) +* provider: Support `eu-southeast-4` as a valid AWS Region ([#29231](https://github.com/hashicorp/terraform-provider-aws/issues/29231)) ## 4.53.0 (February 3, 2023) From 85e3169dd929ecb5ef98c3ced891c0a4b3a03fb9 Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen <58337159+bschaatsbergen@users.noreply.github.com> Date: Wed, 8 Feb 2023 15:12:06 +0100 Subject: [PATCH 13/18] Update CHANGELOG.md Co-authored-by: Okkar Min --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9854e09959..f43757cedb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ BUG FIXES: * resource/aws_s3_bucket: Fix crash when `logging` is empty ([#29243](https://github.com/hashicorp/terraform-provider-aws/issues/29243)) * resource/aws_sns_topic: Fixes potential race condition when reading policy document. ([#29226](https://github.com/hashicorp/terraform-provider-aws/issues/29226)) * resource/aws_sns_topic_policy: Fixes potential race condition when reading policy document. ([#29226](https://github.com/hashicorp/terraform-provider-aws/issues/29226)) -* provider: Support `eu-southeast-4` as a valid AWS Region ([#29231](https://github.com/hashicorp/terraform-provider-aws/issues/29231)) +* provider: Support `ap-southeast-4` as a valid AWS Region ([#29231](https://github.com/hashicorp/terraform-provider-aws/issues/29231)) ## 4.53.0 (February 3, 2023) From 59b520a7a5910795a3b8d4492c7081b0358b280a Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Thu, 9 Feb 2023 14:50:54 -0500 Subject: [PATCH 14/18] Revert "Update CHANGELOG.md" This reverts commit 85e3169dd929ecb5ef98c3ced891c0a4b3a03fb9. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f43757cedb1..c9854e09959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ BUG FIXES: * resource/aws_s3_bucket: Fix crash when `logging` is empty ([#29243](https://github.com/hashicorp/terraform-provider-aws/issues/29243)) * resource/aws_sns_topic: Fixes potential race condition when reading policy document. ([#29226](https://github.com/hashicorp/terraform-provider-aws/issues/29226)) * resource/aws_sns_topic_policy: Fixes potential race condition when reading policy document. ([#29226](https://github.com/hashicorp/terraform-provider-aws/issues/29226)) -* provider: Support `ap-southeast-4` as a valid AWS Region ([#29231](https://github.com/hashicorp/terraform-provider-aws/issues/29231)) +* provider: Support `eu-southeast-4` as a valid AWS Region ([#29231](https://github.com/hashicorp/terraform-provider-aws/issues/29231)) ## 4.53.0 (February 3, 2023) From 07357a8d3cbd7f3be7f797298ac818faa6c45dac Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Thu, 9 Feb 2023 14:51:19 -0500 Subject: [PATCH 15/18] Revert "Update CHANGELOG.md" This reverts commit e56adc476cd80268429af7a14c64e1d3a8d8e756. --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9854e09959..11272060a44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ BUG FIXES: * resource/aws_s3_bucket: Fix crash when `logging` is empty ([#29243](https://github.com/hashicorp/terraform-provider-aws/issues/29243)) * resource/aws_sns_topic: Fixes potential race condition when reading policy document. ([#29226](https://github.com/hashicorp/terraform-provider-aws/issues/29226)) * resource/aws_sns_topic_policy: Fixes potential race condition when reading policy document. ([#29226](https://github.com/hashicorp/terraform-provider-aws/issues/29226)) -* provider: Support `eu-southeast-4` as a valid AWS Region ([#29231](https://github.com/hashicorp/terraform-provider-aws/issues/29231)) ## 4.53.0 (February 3, 2023) From 92af1b8e4c60736bf900af627f800ce4ab6cbe65 Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Thu, 9 Feb 2023 14:53:43 -0500 Subject: [PATCH 16/18] Revert "Update 29271.txt" This reverts commit 68d4206620722c7cae7377e6478e4bda290bb325. --- .changelog/29271.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/29271.txt b/.changelog/29271.txt index 70c7d31d613..a4773c604d5 100644 --- a/.changelog/29271.txt +++ b/.changelog/29271.txt @@ -1,3 +1,3 @@ ```release-note:enhancement provider: Support `ap-southeast-4` as a valid AWS Region -``` +``` \ No newline at end of file From e083fb170cf20a4a11306954d8075e949cf7712c Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Thu, 9 Feb 2023 14:54:02 -0500 Subject: [PATCH 17/18] Revert "Create 29271.txt" This reverts commit a745d84d536ea553d70eb1d54f8899634a6dd311. --- .changelog/29271.txt | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .changelog/29271.txt diff --git a/.changelog/29271.txt b/.changelog/29271.txt deleted file mode 100644 index a4773c604d5..00000000000 --- a/.changelog/29271.txt +++ /dev/null @@ -1,3 +0,0 @@ -```release-note:enhancement -provider: Support `ap-southeast-4` as a valid AWS Region -``` \ No newline at end of file From 31bb60cd694944e1eceadc69480f4075db215cb9 Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Thu, 9 Feb 2023 15:06:11 -0500 Subject: [PATCH 18/18] Add CHANGELOG entry. --- .changelog/29103.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .changelog/29103.txt diff --git a/.changelog/29103.txt b/.changelog/29103.txt new file mode 100644 index 00000000000..f5f2c55fba7 --- /dev/null +++ b/.changelog/29103.txt @@ -0,0 +1,19 @@ +```release-note:enhancement +data-source/aws_cloudtrail_service_account: Add service account ID for `ap-southeast-4` AWS Region +``` + +```release-note:enhancement +data-source/aws_elb_hosted_zone_id: Add hosted zone ID for `ap-southeast-4` AWS Region +``` + +```release-note:enhancement +data-source/aws_lb_hosted_zone_id: Add hosted zone IDs for `ap-southeast-4` AWS Region +``` + +```release-note:enhancement +data-source/aws_s3_bucket: Add hosted zone ID for `ap-southeast-4` AWS Region +``` + +```release-note:enhancement +data-source/aws_s3_bucket: Add hosted zone ID for `ap-south-2` AWS Region +``` \ No newline at end of file