From 9a2ce8a2075fa4072af1e77cade7c1da46937d61 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Mon, 21 Mar 2016 17:00:02 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8e9af1c3309..b3c6138892a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ IMPROVEMENTS: * provider/aws: `aws_db_instance` now makes `identifier` optional and generates a unique ID when it is omitted [GH-5723] * provider/aws: `aws_redshift_cluster` now allows`publicly_accessible` to be modified [GH-5721] + * provider/aws: `aws_cloudwatch_log_group` now performs validation on `name` [GH-5444] BUG FIXES: