From eab40d6986bfb68b3a94a74ce0d42672262b4e07 Mon Sep 17 00:00:00 2001 From: changelogbot Date: Wed, 7 Jul 2021 17:54:08 +0000 Subject: [PATCH] Update CHANGELOG.md for #19986 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index daf1257a6f6..4eade413bc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ FEATURES: +* **New Resource:** `aws_eks_identity_provider_config` ([#17959](https://github.com/hashicorp/terraform-provider-aws/issues/17959)) * **New Resource:** `aws_rds_cluster_role_association` ([#12370](https://github.com/hashicorp/terraform-provider-aws/issues/12370)) ENHANCEMENTS: @@ -9,6 +10,10 @@ ENHANCEMENTS: * aws_rds_cluster: Set `iam_roles` as Computed to prevent drift when the `aws_rds_cluster_role_association` resource is used ([#12370](https://github.com/hashicorp/terraform-provider-aws/issues/12370)) * resource/aws_transfer_server: Add `security_group_ids` argument to `endpoint_details` configuration block. ([#17539](https://github.com/hashicorp/terraform-provider-aws/issues/17539)) +BUG FIXES: + +* resource/aws_eks_cluster: Don't associate an `encryption_config` if there's already one ([#19986](https://github.com/hashicorp/terraform-provider-aws/issues/19986)) + ## 3.48.0 (July 02, 2021) FEATURES: