From 438a683f5567e4bb4dfce1f9cf57ed0df19fd84b Mon Sep 17 00:00:00 2001 From: James Bardin Date: Fri, 9 Aug 2024 11:38:15 -0400 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0173518a5e..0f811b5117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ BUG FIXES: ENHANCEMENTS: - The `element` function now accepts negative indices [GH-35501] +- Import block validation has been improved to provide more useful errors and catch more invalid cases during `terraform validate` [GH-35543] EXPERIMENTS: