diff --git a/CHANGELOG.md b/CHANGELOG.md index e96aae5b1b..70d74b7f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -98,6 +98,7 @@ BUG FIXES: * provider/aws: fix Elastic Beanstalk `cname_prefix` continual plans [GH-6653] * provider/aws: fix aws_security_group_rule refresh [GH-6730] * provider/aws: If more ENIs are attached to `aws_instance`, the one w/ DeviceIndex `0` is always used in context of `aws_instance` (previously unpredictable) [GH-6761] + * provider/aws: Fix issue with Root Block Devices and encrypted flag in Launch Configurations [GH-6512] * provider/aws: Mark Lambda function as gone when it's gone [GH-6924] * provider/aws: Make 'stage_name' required in api_gateway_deployment [Gh-6797] * provider/aws: Changing keys in `aws_dynamodb_table` correctly force new resources [GH-6829]