diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a4670e0023..0b76a700598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ ## 5.48.0 (Unreleased) -NOTES: - -* resource/aws_bcmdataexports_export: Including `line_item_resource_id` in the SQL query in `export.0.data_query.0.query_statement` results in an error, `ValidationException: The columns in the query provided are not a subset of the table COST_AND_USAGE_REPORT`; please contact AWS Support to inquire further ([#37189](https://github.com/hashicorp/terraform-provider-aws/issues/37189)) - ENHANCEMENTS: * resource/aws_cloudwatch_event_target: Add `force_destroy` argument ([#37130](https://github.com/hashicorp/terraform-provider-aws/issues/37130)) +BUG FIXES: + +* resource/aws_bcmdataexports_export: Fix `table_configurations` expand/flatten ([#37205](https://github.com/hashicorp/terraform-provider-aws/issues/37205)) + ## 5.47.0 (April 26, 2024) NOTES: