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: