diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af11c49eee..9c13489b838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ BUG FIXES: * resource/aws_autoscaling_group: Retry creation for eventual consistency with launch template IAM instance profile [GH-5633] * resource/aws_dax_cluster: Properly recreate cluster when updating `server_side_encryption` [GH-5664] * resource/aws_lambda_event_source_mapping: Prevent perpetual difference when using function name with `function_name` (argument accepts both name and ARN) [GH-5454] +* resource/aws_launch_template: Prevent encrypted flag cannot be specified error with `block_device_mappings` `ebs` argument [GH-5632] * resource/aws_db_instance: Prevent double apply when using `replicate_source_db` parameters that require `ModifyDBInstance` during resource creation [GH-5672] * resource/aws_db_instance: Prevent `pending-reboot` parameter group status on creation with `parameter_group_name` [GH-5672] * resource/aws_ssm_association: Properly handle updates when multiple arguments are used [GH-5537]