terraform Terraform Core Releases · · 1.16.3

Terraform v1.16.3 Released, Addressing Several Core Bug Fixes

terraforminfraengineer
patch

HashiCorp has rolled out Terraform v1.16.3, a patch release focused on improving stability and correctness. This update resolves critical issues affecting resource lifecycle management, particularly with `create_before_destroy` instances, and rectifies errors in function result comparisons involving multiple marks. It also fixes a bug where filter logic could cause validation failures and addresses problems with import provider resolution. These fixes are important for all users to ensure reliable infrastructure provisioning.

  • Fix handling of destroy=false around create_before_destroy instances
  • Fix function result comparison when there are multiple marks
  • Filter logic for marks could cause values with multiple marks to erroneously fail validations
  • Fix issue with import provider resolution
Fixes (4)
  • Fix handling of destroy=false around create_before_destroy instances
  • Fix function result comparison when there are multiple marks
  • Filter logic for marks could cause values with multiple marks to erroneously fail validations
  • Fix issue with import provider resolution
Read the original announcement →

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

Related releases