From 3ab980622f7f56b4e63210bc4373b6d74e605927 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 16 Jan 2020 21:34:52 -0800 Subject: [PATCH] Update CHANGELOG for #11496 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0afddc735bf..bd68ff3654a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ BUG FIXES: * data-source/aws_acmpca_certificate_authority: Properly set `not_after` and `not_before` values into the Terraform state [GH-11491] * resource/aws_acmpca_certificate_authority: Properly set `not_after` and `not_before` values into the Terraform state [GH-11491] +* resource/aws_dms_certificate: Properly set `certificate_wallet` value into Terraform state [GH-11496] * resource/aws_emr_security_configuration: Properly set `creation_date` value into the Terraform state [GH-11491] * resource/aws_iam_service_linked_role: Properly set `create_date` value into the Terraform state [GH-11491] * resource/aws_lambda_event_source_mapping: Properly set `last_modified` value into the Terraform state [GH-11491]