From 26a03db56bd3a8eb50af24e39e90d2e6c2879f77 Mon Sep 17 00:00:00 2001 From: angie pinilla Date: Fri, 18 Sep 2020 14:46:38 -0400 Subject: [PATCH] Update CHANGELOG for #15115 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cffb30c95557..6c4d03b0a21d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ENHANCEMENTS BUG FIXES * resource/aws_dynamodb_table: Ensure changes in `name`, `range_key`, `projection_type`, or `non_key_attributes` of a `local_secondary_index` configuration block force resource recreation [GH-12335] +* resource/aws_dynamodb_table: Ensure `local_secondary_index` `non_key_attributes` are sent through API requests on resource creation [GH-15115] * resource/aws_vpn_gateway: Increase VPC detachment timeout to 30 minutes [GH-15201] * resource/aws_vpn_gateway_attachment: Increase VPC detachment timeout to 30 minutes [GH-15201]