Skip to content

Commit 58df382

Browse files
Cleanup after 1.13.0-beta1 release (#37311)
1 parent 9c440df commit 58df382

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.13.0-beta1 (July 09, 2025)
1+
## 1.13.0 (Unreleased)
22

33

44
NEW FEATURES:
@@ -52,6 +52,12 @@ UPGRADE NOTES:
5252
* `terraform test`: External variables referenced within test files should now be accompanied by a `variable` definition block within the test file. This is optional, but users with complex external variables may see error diagnostics without the additional variable definition. ([#37195](https://github.com/hashicorp/terraform/issues/37195))
5353

5454

55+
EXPERIMENTS:
56+
57+
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
58+
59+
- The experimental "deferred actions" feature, enabled by passing the `-allow-deferral` option to `terraform plan`, permits `count` and `for_each` arguments in `module`, `resource`, and `data` blocks to have unknown values and allows providers to react more flexibly to unknown values.
60+
5561
## Previous Releases
5662

5763
For information on prior major and minor releases, refer to their changelogs:

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.0-beta1
1+
1.13.0-dev

0 commit comments

Comments
 (0)