From 24e181d8b7337c92208351369db743f3c0ea7741 Mon Sep 17 00:00:00 2001 From: Sarah French <15078782+SarahFrench@users.noreply.github.com> Date: Thu, 16 Jan 2025 13:46:18 +0000 Subject: [PATCH] Update changelog by running changelog.sh (#36350) --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 726134e54034..7161fb078950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.11.0-beta1 (January 15, 2025) +## 1.11.0-beta1 (January 16, 2025) NEW FEATURES: @@ -18,6 +18,8 @@ ENHANCEMENTS: * `terraform test`: Test runs now support using mocked or overridden values during unit test runs (e.g., with command = "plan"). Set `override_during = plan` in the test configuration to use the overridden values during the plan phase. The default value is `override_during = apply`. ([#36227](https://github.com/hashicorp/terraform/issues/36227)) +* `terraform test`: Add new `state_key` attribute for `run` blocks, allowing test authors control over which internal state file should be used for the current test run. ([#36185](https://github.com/hashicorp/terraform/issues/36185)) + BUG FIXES: