Skip to content

Commit 24e181d

Browse files
authored
Update changelog by running changelog.sh (#36350)
1 parent 2449d73 commit 24e181d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.11.0-beta1 (January 15, 2025)
1+
## 1.11.0-beta1 (January 16, 2025)
22

33

44
NEW FEATURES:
@@ -18,6 +18,8 @@ ENHANCEMENTS:
1818

1919
* `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))
2020

21+
* `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))
22+
2123

2224
BUG FIXES:
2325

0 commit comments

Comments
 (0)