Terraform v1.16.0-beta1 released

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 store block can hold ephemeral and sensitive values across plan and apply.
  • Providers can now use nested blocks as computed values
  • import blocks inside modules are now supported.
  • Resource action triggers can now use on_failure modes of halt, taint, or continue.

In addition to these new features, this release includes multiple enhancements and bug fixes. Please check the CHANGELOG for more details.