Hi,
We’ve just released Terraform v1.16.0-beta1.
This release introduces the following features:
- Terraform now stores planned private data for providers, allowing provider-specific state to be preserved across plan and apply.
- The new
storeblock can hold ephemeral and sensitive values across plan and apply. - Providers can now use nested blocks as computed values
importblocks inside modules are now supported.- Resource action triggers can now use
on_failuremodes ofhalt,taint, orcontinue.
In addition to these new features, this release includes multiple enhancements and bug fixes. Please check the CHANGELOG for more details.