diff --git a/CHANGELOG.md b/CHANGELOG.md index 4db1de67034..ab1f2548a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ BUG FIXES: * resource/aws_codebuild_project: Handle additional IAM retry condition during update [GH-5238] * resource/aws_codebuild_project: Remove extraneous UpdateProject API call after CreateProject API call [GH-5238] * resource/aws_db_instance: Prevent error when restoring database from snapshot with tagging enabled [GH-5370] +* resource/aws_db_option_group: Prevent error when creating options with new IAM role [GH-5389] * resource/aws_eip: Properly handle if multiple EIPs are returned during API read [GH-5331] * resource/aws_lambda_event_source_mapping: Properly read `enabled` into Terraform state [GH-5292] * resource/aws_launch_template: Exclude `network_interfaces` `associate_public_ip_address` when conflicting `network_interface_id` is set [GH-5314]