From 5ab1a443052f72799846aa151ef0b341c1a32601 Mon Sep 17 00:00:00 2001 From: angie pinilla Date: Thu, 13 Aug 2020 15:46:53 -0400 Subject: [PATCH] Update CHANGELOG for #14616 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc5a7d4120d..a0f149708dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ BUG FIXES * data-source/aws_launch_template: Prevent type error with `network_interfaces` `delete_on_termination` attribute [GH-14599] * resource/aws_acm_certificate_validation: Prevent panic with missing `DomainValidationOptions` `ResourceRecord` attribute in API response [GH-14590] * resource/aws_ecr_repository: Prevent panic with missing `EncryptionConfiguration` attribute in API response [GH-14584] - +* resource/aws_wafv2_web_acl: Prevent unnecessary resource recreation with `rule` updates [GH-14616] ## 3.1.0 (August 07, 2020) NOTES: