From 09e2f7338eeaf7d86436296c6a05255d02da328a Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Tue, 14 Jul 2020 14:38:51 -0400 Subject: [PATCH] Update CHANGELOG for #3894 and #9685 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce32eac90c..892c0a7bed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,15 @@ BREAKING CHANGES * provider: Credential ordering has changed from static, environment, shared credentials, EC2 metadata, default AWS Go SDK (shared configuration, web identity, ECS, EC2 Metadata) to static, environment, shared credentials, default AWS Go SDK (shared configuration, web identity, ECS, EC2 Metadata) [GH-14077] * provider: The `AWS_METADATA_TIMEOUT` environment variable no longer has any effect as we now depend on the default AWS Go SDK EC2 Metadata client timeout of one second with two retries [GH-14077] * data-source/aws_directory_service_directory: Return an error when a single result is not found [GH-14006] -* data-source/aws_efs_file_system: Return an error when a single result is not found [GH-14005] +* data-source/aws_efs_file_system: Return an error when a single result is not found [GH-14005] +* resource/aws_acm_certificate: `certificate_body`, `certificate_chain`, and `private_key` attributes are no longer stored in the Terraform state with hash values [GH-9685] * resource/aws_autoscaling_group: `availability_zones` and `vpc_zone_identifier` argument conflict now reported at plan-time [GH-12927] * resource/aws_autoscaling_group: Remove `Computed` property from `load_balancers` and `target_group_arns` arguments, enabling drift detection [GH-14064] * resource/aws_dx_gateway: Remove automatic `aws_dx_gateway_association` resource import [GH-14124] * resource/aws_elastic_transcoder_preset: Remove `video` configuration block `max_frame_rate` argument default value [GH-7141] * resource/aws_emr_cluster: Remove deprecated `instance_group` configuration block, `core_instance_count`, `core_instance_type`, and `master_instance_type` arguments [GH-14137] * resource/aws_s3_bucket: Remove automatic `aws_s3_bucket_policy` resource import [GH-14121] +* resource/aws_sns_platform_application: `platform_credential` and `platform_principal` attributes are no longer stored in the Terraform state with hash values [GH-3894] * resource/aws_spot_fleet_request: Remove 24 hour default for `valid_until` argument [GH-9718] ENHANCEMENTS