From 68b30318c86b1c2364074f1154048dcba8a9488b Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Wed, 7 Feb 2024 15:23:31 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b25e940cae8..9b7ce1f98247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ BUG FIXES: * `terraform test`: Fix crash when dynamic-typed attributes are not assigned values in mocks. ([#34610](https://github.com/hashicorp/terraform/pull/34511)) * don't panic when file provisioner source is null. ([#34621](https://github.com/hashicorp/terraform/pull/34621)) +* throw helpful error message if import block is configured with id "" ([34625](https://github.com/hashicorp/terraform/pull/34625)) ## 1.7.2 (January 31, 2024)