From 2f2c76c9f3ffeb8aa0248e05a2f96f66f9d88c0b Mon Sep 17 00:00:00 2001 From: James Bardin Date: Thu, 24 Oct 2024 09:03:44 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 143c7ae30e..96306a7186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ BUG FIXES: ([#35537](https://github.com/hashicorp/terraform/issues/35537)) - Unencoded slashes within GitHub module source refs were being truncated and incorrectly used as subdirectories in the request path ([#35552](https://github.com/hashicorp/terraform/issues/35552)) - Terraform refresh-only plans with output only changes are now applyable. ([#35812](https://github.com/hashicorp/terraform/issues/35812)) +- Postconditions referencing `self` with many instances could encounter an error during evaluation [GH-35895] ENHANCEMENTS: