Skip to content

Commit 4294053

Browse files
Cleanup after 1.13.4 release (#37774)
1 parent e15f8b3 commit 4294053

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.13.5 (Unreleased)
2+
13
## 1.13.4 (October 15, 2025)
24

35

@@ -88,7 +90,11 @@ NOTES:
8890
UPGRADE NOTES:
8991

9092
* `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))
93+
EXPERIMENTS:
94+
95+
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
9196

97+
- 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.
9298

9399
## Previous Releases
94100

version/VERSION

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

0 commit comments

Comments
 (0)