From e8bc35cba40f6d6d3b5bf5bafa5a75343d46dfc4 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Tue, 14 May 2019 16:51:14 -0400 Subject: [PATCH] Update CHANGELOG for #8469 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e74d8aa018..0213abf9f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ FEATURES: ENHANCEMENTS: * resource/aws_autoscaling_schedule: Support resource import [GH-8300] +* resource/aws_dynamodb_table: Support tagging on creation (where available) [GH-8469] * resource/aws_emr_cluster: Add `master_instance_group` and `core_instance_group` configuration blocks (deprecates other instance group configuration methods) [GH-8459] * resource/aws_lambda_function: Support `nodejs10.x` in `runtime` validation [GH-8622] * resource/aws_sns_topic: Add `tags` argument [GH-8468]