Dynamicz
a day ago
- OpenTofu v1.12.0 released with several new features.
- Dynamic prevent_destroy: lifecycle argument can now refer to other symbols like input variables, allowing dynamic control.
- Improved provider checksum handling: tofu init automatically includes full set of checksums for all platforms using zh: and h1: hashes.
- Simultaneous output formats: new -json-into=FILENAME CLI option saves machine-readable output to a file while keeping human-readable terminal output.
- New destroy lifecycle meta-argument: destroy = false allows removing object from state without destroying remote object.
- Provider installer performance: concurrent requests for faster tofu init.
- Deprecations: WinRM for provisioners deprecated (planned removal in v1.13); 32-bit CPU architecture support phased out (warnings in v1.13, removal later).