Skip to content

Commit b611b90

Browse files
Prepare before 1.13.0-beta3 release (#37384)
1 parent d546efa commit b611b90

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.13.0 (Unreleased)
1+
## 1.13.0-beta3 (July 30, 2025)
22

33

44
NEW FEATURES:
@@ -52,12 +52,6 @@ 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-
6155
## Previous Releases
6256

6357
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-dev
1+
1.13.0-beta3

0 commit comments

Comments
 (0)