terraform v1.16.1

v1.16.1
Fixed 7
  • 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
  • Fixed a bug where import blocks would be ignored when multiple imports targeted different instances of a resource config using for_each or count
  • Fix a panic when state show is given an attribute path instead of a resource instance address
  • Fix create_before_destroy ordering in some combinations of changes

From terraform

1.16.1 (September 2, 2026)

BUG FIXES:

  • cloud: Fixed a bug causing the CLI to pause indefinitely after a run task failure with pending policy evaluations (#38751)

  • Support referencing modules containing dynamic sources in Terraform Test (#38950)

  • stacks: Fixed validation to ensure the provider versions in the lock file and configuration are compatible. (#38829)

  • Fix panic when import identity references sensitive value (#39013)

  • 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. (#39068)

  • state show: Fix a panic when given an attribute path instead of a resource instance address (#39087)

  • Fix create_before_destroy ordering in some combinations of changes (#39091)

View original

Upgraded? How did it go?

Discussion