From 28246a316497b1f9c0a28a77a3532b417d7584b7 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Fri, 26 Oct 2018 16:30:50 -0400 Subject: [PATCH] Update CHANGELOG for #6277 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6350877ddf2..bbef20cbf73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ ENHANCEMENTS: * data-source/aws_nat_gateway: Support `tags` as argument and attribute [GH-6231] * resource/aws_lb_target_group: Improve `name` and `name_prefix` argument plan-time validation [GH-6168] * resource/aws_flow_log: Add `log_destination` and `log_destination_type` arguments (support sending to S3) [GH-5509] +* resource/aws_secretsmanager_secret: Add `name_prefix` argument [GH-6277] +* resource/aws_secretsmanager_secret: Add plan-time validation for `name` argument [GH-6277] * resource/aws_waf_rule: Support resource import [GH-6247] BUG FIXES: