OpenTofu
Notes
OpenTofu lets you declaratively manage your cloud infrastructure.
Release notes
v1.10.10
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
importblockidexpressions causing "BUG: Uninitialized function provider" error. (#3803)
Full Changelog: https://github.com/opentofu/opentofu/compare/v1.10.9...v1.10.10