Skip to content

v1.2.8

Compare
Choose a tag to compare
@hc-github-team-tf-core hc-github-team-tf-core released this 24 Aug 14:34
· 2854 commits to main since this release

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)