Skip to content

Commit

Permalink
Update changelog by running changelog.sh (#36350)
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench authored Jan 16, 2025
1 parent 2449d73 commit 24e181d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.11.0-beta1 (January 15, 2025)
## 1.11.0-beta1 (January 16, 2025)


NEW FEATURES:
Expand All @@ -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:

Expand Down

0 comments on commit 24e181d

Please sign in to comment.