From 52dc0fa9ca5649ca7dc86d49dc24ab924b481b44 Mon Sep 17 00:00:00 2001 From: changelogbot Date: Tue, 5 Sep 2023 13:24:15 +0000 Subject: [PATCH] Update CHANGELOG.md for #33303 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d753b97c88a..5e5e6f64b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,21 @@ ENHANCEMENTS: * data-source/aws_api_gateway_api_key: Add `customer_id` attribute ([#33281](https://github.com/hashicorp/terraform-provider-aws/issues/33281)) +* data-source/aws_fsx_windows_file_system: Add `disk_iops_configuration` attribute ([#33303](https://github.com/hashicorp/terraform-provider-aws/issues/33303)) +* data-source/aws_s3_objects: Add `request_payer` argument and `request_charged` attribute ([######](https://github.com/hashicorp/terraform-provider-aws/issues/#####)) +* data-source/aws_s3_objects: Add plan-time validation of `encoding_type` ([######](https://github.com/hashicorp/terraform-provider-aws/issues/#####)) +* resource/aws_api_gateway_account: Add `api_key_version` and `features` attributes ([#33279](https://github.com/hashicorp/terraform-provider-aws/issues/33279)) * resource/aws_api_gateway_api_key: Add `customer_id` argument ([#33281](https://github.com/hashicorp/terraform-provider-aws/issues/33281)) * resource/aws_api_gateway_api_key: Allow updating `name` ([#33281](https://github.com/hashicorp/terraform-provider-aws/issues/33281)) +* resource/aws_fsx_windows_file_system: Add `disk_iops_configuration` configuration block ([#33303](https://github.com/hashicorp/terraform-provider-aws/issues/33303)) * resource/aws_glue_catalog_table: Add `open_table_format_input` configuration block to support open table formats such as [Apache Iceberg](https://iceberg.apache.org/) ([#33274](https://github.com/hashicorp/terraform-provider-aws/issues/33274)) * resource/aws_medialive_channel: Implement expand/flatten functions for `automatic_input_failover_settings` in `input_attachments` ([#33129](https://github.com/hashicorp/terraform-provider-aws/issues/33129)) * resource/aws_ssm_association: Add `sync_compliance` attribute ([#23515](https://github.com/hashicorp/terraform-provider-aws/issues/23515)) BUG FIXES: +* data-source/aws_s3_objects: Respect configured `max_keys` value if it's greater than `1000` ([######](https://github.com/hashicorp/terraform-provider-aws/issues/#####)) +* resource/aws_api_gateway_account: Allow setting `cloudwatch_role_arn` to an empty value and set it correctly on Read, allowing its value to be determined on import ([#33279](https://github.com/hashicorp/terraform-provider-aws/issues/33279)) * resource/aws_fsx_ontap_file_system: Increase maximum value of `disk_iops_configuration.iops` to `160000` ([#33263](https://github.com/hashicorp/terraform-provider-aws/issues/33263)) ## 5.15.0 (August 31, 2023)