From 0ce80707ad0a7de314e7d689b26406889a0b82f6 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Thu, 30 Jun 2016 14:47:00 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 771e2a9ef..6f98565a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,7 @@ IMPROVEMENTS: * core: The `jsonencode` interpolation function now supports encoding lists and maps [GH-6749] * core: Add the ability for resource definitions to mark attributes as "sensitive" which will omit them from UI output. [GH-6923] + * provider/aws: Add `dns_name` to `aws_efs_mount_target` [GH-7428] * provider/aws: Add `option_settings` to `aws_db_option_group` [GH-6560] * provider/aws: Add more explicit support for Skipping Final Snapshot in RDS Cluster [GH-6795] * provider/aws: Add support for S3 Bucket Acceleration [GH-6628]