terraform Terraform Core Releases · · 1.15.2

Terraform 1.15.2 enhances plan output and fixes output warnings

terraforminfraengineer
patch

Terraform version 1.15.2 introduces an enhancement to the plan component instance change description, adding output values to the plan. This aims to provide more context during planning stages for users managing complex infrastructure. Additionally, a bug fix prevents the display of warnings when using `terraform output -json`, improving the clarity of JSON output. This patch release is relevant for all Terraform users, especially those utilizing stacks or `terraform output -json`.

  • add ouput values to plan component instance change description
  • Avoid printing warnings from 'terraform output -json'
Enhancements (1)
  • stacks add ouput values to plan component instance change description
Fixes (1)
  • Avoid printing warnings from 'terraform output -json'
Read the original announcement →

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

Related releases