product · inferred from evidence
OpenTofu
An infrastructure-as-code tool that is a fork of Terraform, used for planning and managing infrastructure.
- "no expansion has been registered for module" panic in v1.12.0-beta1
This was a regression in the v1.12.0 beta line. It was reverted and the fix is included in v1.12.0-rc1 and later.
- tofu init fails with Unresolvable module version constraint when version has v prefix
What caused "tofu init fails with Unresolvable module version constraint when version has v prefix" and the fix that actually worked. Distilled from the thread where it was verified.
- OpenTofu plan takes 15-30 minutes with depends_on between modules
After migrating from Terraform, tofu plan ballooned to 25 minutes on ~700 resources because of depends_on between modules. Remove unneeded depends_on entries and replace module-level depends_on with terraform_data referencing a module outpu