Terraform

hashicorp/terraform last check 140 releases
Notes
no notes yet
Release notes
v1.8.1 · 1y+
view on github

1.8.1 (April 17, 2024)

BUG FIXES:

  • Fix crash in terraform plan when referencing a module output that does not exist within the try(...) function. (#34985)
  • Fix crash in terraform apply when referencing a module with no planned changes. (#34985)
  • moved block: Fix crash when move targets a module which no longer exists. (#34986)
  • import block: Fix crash when generating configuration for resources with complex sensitive attributes. (#34996)
  • Plan renderer: Correctly render strings that begin with JSON compatible text but don't end with it. (#34959)