From 748b844f029f1df3e1696a05c0ba3190a475e888 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Fri, 13 Apr 2018 16:59:55 -0400 Subject: [PATCH] Update CHANGELOG for #4111 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c150e4d23..c99b1b6e285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ ENHANCEMENTS: * data-source/aws_iam_server_certificate: Filter by `path_prefix` [GH-3801] * resource/aws_api_gateway_integration: Support VPC connection [GH-3428] +* resource/aws_db_instance: Support `enabled_cloudwatch_logs_exports` argument [GH-4111] * resource/aws_db_option_group: Support option version argument [GH-2590] * resource/aws_ecs_service: Support ServiceRegistries [GH-3906] * resource/aws_iam_service_linked_role: Support `custom_suffix` and `description` arguments [GH-4188]