terraform Terraform Core Releases · · 1.16.1

Terraform v1.16.1 Patch Release Addresses Key Bugs

terraforminfragaengineer
patch

Terraform v1.16.1, released on September 2, 2026, delivers several bug fixes to enhance stability and reliability. This patch resolves issues including indefinite CLI pauses after run task failures, problems referencing dynamic modules in Terraform Test, and validation errors within stacks. Additionally, it fixes panics related to sensitive values in import identities and improves handling of import blocks with `for_each` or `count`, along with `create_before_destroy` ordering.

  • Fixed a bug causing the CLI to pause indefinitely after a run task failure with pending policy evaluations
  • Support referencing modules containing dynamic sources in Terraform Test
  • Fixed validation to ensure the provider versions in the lock file and configuration are compatible
  • Fix panic when import identity references sensitive value
  • state show: Fix a panic when given an attribute path instead of a resource instance address
Fixes (7)
  • cloud Fixed a bug causing the CLI to pause indefinitely after a run task failure with pending policy evaluations
  • Support referencing modules containing dynamic sources in Terraform Test
  • stacks Fixed validation to ensure the provider versions in the lock file and configuration are compatible
  • Fix panic when import identity references sensitive value
  • import

    Fixed a bug where import blocks would be ignored when multiple imports targeted different instances of a resource config using for_each or count

  • state show: Fix a panic when given an attribute path instead of a resource instance address
  • Fix create_before_destroy ordering in some combinations of changes
Read the original announcement →

https://github.com/hashicorp/terraform/releases/tag/v1.16.1

Related releases