Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

20 lines (16 loc) · 1.53 KB

1.6.0 (Unreleased)

ENHANCEMENTS:

  • config: Terraform can now track some additional detail about values that won't be known until the apply step, such as the range of possible lengths for a collection or whether an unknown value can possibly be null. When this information is available, Terraform can potentially generate known results for some operations on unknown values. This doesn't mean that Terraform can immediately track that detail in all cases, but the type system now contains the facility for that and so over time we will improve the level of detail generated by built-in functions, language operators, Terraform providers, etc. [GH-33234]

Previous Releases

For information on prior major and minor releases, see their changelogs: