From be67f5e0bfb5a4219a0a371543f037e29e7bd064 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Mon, 13 Jul 2020 14:30:34 -0400 Subject: [PATCH] Update CHANGELOG for #14124 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1efb52e22ca1..9b412017baf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ BREAKING CHANGES * provider: All "removed" attributes are cut, using them would result in a Terraform Core level error [GH-14001] * 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] +* resource/aws_dx_gateway: Remove automatic `aws_dx_gateway_association` resource import [GH-14124] * resource/aws_s3_bucket: Remove automatic `aws_s3_bucket_policy` resource import [GH-14121] ENHANCEMENTS