github hashicorp/terraform v1.2.8

latest releases: v1.10.0-alpha20241009, v1.9.7, v1.10.0-alpha20240926...
2 years ago

1.2.8 (August 24, 2022)

BUG FIXES:

  • config: The flatten function will no longer panic if given a null value that has been explicitly converted to or implicitly inferred as having a list, set, or tuple type. Previously Terraform would panic in such a situation because it tried to "flatten" the contents of the null value into the result, which is impossible. (#31675)
  • config: The tolist, toset, and tomap functions, and various automatic conversions that include similar logic, will no longer panic when asked to infer an element type that is convertable from both a tuple type and a list type whose element type is not yet known. (#31675)

Don't miss a new terraform release

NewReleases is sending notifications on new releases.