OpenTofu

opentofu/opentofu last check 34 releases today
Notes

OpenTofu lets you declaratively manage your cloud infrastructure.

Release notes
v1.10.10
view on github

BUG FIXES:

  • When installing provider packages into a local cache directory, the installer will now return an error if a conflicting entry is already present in the cache that doesn't match the expected checksum. Previously OpenTofu would just silently write over the existing entry in that case. (#4082)
  • Fixed provider-defined functions in import block id expressions causing "BUG: Uninitialized function provider" error. (#3803)

Full Changelog: https://github.com/opentofu/opentofu/compare/v1.10.9...v1.10.10