diff --git a/CHANGELOG.md b/CHANGELOG.md index 4055b368e986..a508cbdaff29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ ENHANCEMENTS * data-source/aws_ecr_repository: Add `image_scanning_configuration` and `image_tag_mutability` attributes [GH-14368] * resource/aws_api_gateway_method_settings: Plan-time validation added to `settings` `unauthorized_cache_control_header_strategy` and `logging_level` arguments [GH-12651] * resource/aws_lb: Add `subnet_mapping` configuration block `private_ipv4_address` argument [GH-11404] +* resource/aws_rds_global_cluster: Add `force_destroy` and `source_db_cluster_identifier` arguments [GH-14487] +* resource/aws_rds_global_cluster: Add `global_cluster_members` attribute [GH-14487] * resource/aws_route53_zone_association: Cross-account zone associations can now be created in conjunction with the new `aws_route53_vpc_association_authorization` resource [GH-14215] * resource/aws_ssm_parameter: Add `data_type` argument (support `aws:ec2:image` parameters) [GH-13326]