Skip to content

Commit dcc57b8

Browse files
Cleanup after 1.13.3 release (#37632)
1 parent 9eaccdd commit dcc57b8

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.4 (Unreleased)
2+
13
## 1.13.3 (September 17, 2025)
24

35

@@ -80,7 +82,11 @@ NOTES:
8082
UPGRADE NOTES:
8183

8284
* `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))
85+
EXPERIMENTS:
86+
87+
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
8388

89+
- 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.
8490

8591
## Previous Releases
8692

version/VERSION

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

0 commit comments

Comments
 (0)