From 8304ab8aeaf1f9fe3a1fc245867232c0a428380b Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Fri, 1 Nov 2019 20:43:44 -0400 Subject: [PATCH] Update CHANGELOG for #10488 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5520f0cc3990..5da9d0279204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,9 @@ FEATURES: ENHANCEMENTS: +* data-source/aws_db_cluster_snapshot: Add `tags` attribute [GH-10488] * provider: Add `ignore_tag_prefixes` and `ignore_tags` arguments (in public preview, see note above) [GH-10418] +* resource/aws_db_cluster_snapshot: Add `tags` argument [GH-10488] * resource/aws_subnet: Support provider-wide ignore tags (in public preview, see note above) [GH-10418] * resource/aws_vpc: Support provider-wide ignore tags (in public preview, see note above) [GH-10418] * resource/aws_waf_rate_based_rule: Add `tags` argument and `arn` attribute [GH-10479]