diff --git a/CHANGELOG.md b/CHANGELOG.md index 59f896310a5..dc28d5dc23c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ENHANCEMENTS: * resource/aws_cognito_user_pool: Add `email_sending_account` attribute to the email configuration block [GH-8626] +* resource/aws_redshift_cluster: Add `arn` attribute [GH-8894] +* resource/aws_redshift_event_subscription: Add `arn` attribute and support `tags` updates [GH-8894] +* resource/aws_redshift_parameter_group: Add `arn` attribute and `tags` argument [GH-8894] +* resource/aws_redshift_snapshot_copy_grant: Add `arn` attribute and support `tags` updates [GH-8894] +* resource/aws_redshift_subnet_group: Add `arn` attribute [GH-8894] BUG FIXES: