ReleaseBytes
terraform Terraform Core Releases · · 1.15.6

Terraform 1.15.6 includes bug fixes for state, console, and module installation

terraforminfradeprecationengineer
patch

Terraform version 1.15.6 addresses several bugs, including incorrect resource listing in plan files, panics in the console interpreter, and incorrect exit codes for variable errors. It also resolves edge cases in module installation. This patch release is relevant for users employing the `removed` block, the console command, or module installation with specific source configurations.

  • Fixed a panic caused by evaluating an expression involving deprecated values
  • Fix exit code for plan, query, and refresh commands for variable-related errors
  • Fix two module installation edge cases with null and sensitive/ephemeral module sources
Fixes (4)
  • Fixed an issue where resources being removed from state via removed block were incorrectly listed under planned_values in json representations of the plan file

  • console Fixed a panic caused by evaluating an expression involving deprecated values
  • Fix exit code for plan, query, and refresh commands for variable-related errors
  • Fix two module installation edge cases with null and sensitive/ephemeral module sources
Read the original announcement →

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