From ebd7d52caaeb01accbe97aa72ed1297bf1a3f951 Mon Sep 17 00:00:00 2001 From: CJ Horton <17039873+radditude@users.noreply.github.com> Date: Wed, 7 Feb 2024 17:00:10 -0800 Subject: [PATCH] Prepare for 1.7.3 release --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7ce1f98247..588245ce1fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ -## 1.7.3 (Unreleased) +## 1.7.3 (February 7, 2024) 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)) +* provisioners/file: Fix panic when source is null. ([#34621](https://github.com/hashicorp/terraform/pull/34621)) +* `import`: Throw helpful error message if an import block is configured with an empty ID ([34625](https://github.com/hashicorp/terraform/pull/34625)) ## 1.7.2 (January 31, 2024)