Skip to content

Commit d6b311a

Browse files
Cleanup after 1.12.0-beta1 release (#36823)
1 parent 9c9ebb8 commit d6b311a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.12.0-beta1 (April 02, 2025)
1+
## 1.12.0 (Unreleased)
22

33

44
ENHANCEMENTS:
@@ -38,6 +38,13 @@ UPGRADE NOTES:
3838
* On Linux, Terraform now requires Linux kernel version 3.2 or later; support for previous versions has been discontinued. ([#36478](https://github.com/hashicorp/terraform/issues/36478))
3939

4040

41+
EXPERIMENTS:
42+
43+
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
44+
45+
- The new command `terraform rpcapi` exposes some Terraform Core functionality through an RPC interface compatible with [`go-plugin`](https://github.com/hashicorp/go-plugin). The exact RPC API exposed here is currently subject to change at any time, because it's here primarily as a vehicle to support the [Terraform Stacks](https://www.hashicorp.com/blog/terraform-stacks-explained) private preview and so will be broken if necessary to respond to feedback from private preview participants, or possibly for other reasons. Do not use this mechanism yet outside of Terraform Stacks private preview.
46+
- 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. This experiment is under active development, and so it's not yet useful to participate in this experiment
47+
4148
## Previous Releases
4249

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

version/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.0-beta1
1+
1.12.0-dev

0 commit comments

Comments
 (0)