OpenTofu
Notes
OpenTofu lets you declaratively manage your cloud infrastructure.
Release notes
v1.11.3
BUG FIXES:
- Fix crash when the executed configuration contains an import block that points to unexisting configuration block (#3616)
- Fixed
tofu testwithmock_providerfailing during cleanup whenlifecycle { ignore_changes }references a block. (#3644) - Fixed state lock not being released when
tofu applyis interrupted with Ctrl+C while using the HTTP backend. (#3624) - azure backend: resolve OIDC token dynamically to support ADO refresh. (#3594)
Full Changelog: https://github.com/opentofu/opentofu/compare/v1.11.2...v1.11.3