From d1b3c039c0b7eb227a2862c91fb3800c2943889a Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Tue, 17 Nov 2020 09:29:00 -0500 Subject: [PATCH] Update CHANGELOG for #15481 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c70cdbccbac..81ad6ab81b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,10 @@ ENHANCEMENTS BUG FIXES +* data-source/aws_s3_bucket: Use provider credentials when getting the bucket region (fix AWS China non-ICP S3 Buckets and other restrictive environments) [GH-15481] * resource/aws_backup_plan - `lifecycle` block in `copy_action` is optional [GH-16116] * resource/aws_organizations_organization: Prevent recreation when `feature_set` is updated to `ALL` [GH-15473] +* resource/aws_s3_bucket: Use provider credentials when getting the bucket region (fix AWS China non-ICP S3 Buckets and other restrictive environments) [GH-15481] * resource/aws_s3_bucket_object: Correctly updates `version_id` when certain configuration keys are changed [GH-14900] ## 3.15.0 (November 12, 2020)