From 7c7fea9889daf9d24fda08c7ce9fec2a63959ea8 Mon Sep 17 00:00:00 2001 From: changelogbot Date: Fri, 8 Sep 2023 17:35:52 +0000 Subject: [PATCH] Update CHANGELOG.md for #33369 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 649868dcde8..fa008fd1e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ ## 5.17.0 (Unreleased) + +BUG FIXES: + +* data-source/aws_efs_file_system: Fix `Search returned 0 results` errors when there are more than 101 file systems in the configured Region ([#33336](https://github.com/hashicorp/terraform-provider-aws/issues/33336)) +* resource/aws_glue_catalog_table: Fix removal of `metadata_location` and `table_type` `parameters` when updating Iceberg tables ([#33374](https://github.com/hashicorp/terraform-provider-aws/issues/33374)) +* resource/aws_redshift_cluster: Fix `unexpected state` errors on resource Create ([#33369](https://github.com/hashicorp/terraform-provider-aws/issues/33369)) + ## 5.16.0 (September 8, 2023) NOTES: