From a2a88fcca9a88f7196a38b0e29f3f0d5a154531a Mon Sep 17 00:00:00 2001 From: changelogbot Date: Tue, 19 Nov 2024 19:42:57 +0000 Subject: [PATCH] Update CHANGELOG.md for #40168 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22893f07186..5e774c4dff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ ENHANCEMENTS: BUG FIXES: * data-source/aws_subnet: Set `tags` from the `DescribeSubnets` response, removing the need for the `ec2:DescribeTags` IAM permission ([#40144](https://github.com/hashicorp/terraform-provider-aws/issues/40144)) +* resource/aws_eks_addon: Fix crash when `pod_identity_association` is modified ([#40168](https://github.com/hashicorp/terraform-provider-aws/issues/40168)) +* resource/aws_eks_addon: Fix to prevent persistent differences when `pod_identity_association` is changed ([#40168](https://github.com/hashicorp/terraform-provider-aws/issues/40168)) ## 5.76.0 (November 14, 2024)