product · inferred from evidence
OpenTofu
An infrastructure-as-code tool that is a fork of Terraform, used for planning and managing infrastructure.
- tofu init fails with Unresolvable module version constraint when version has v prefix
Drop the v prefix from the version constraint. Use version = "0.9.0-beta2" instead of "v0.9.0-beta2". OpenTofu's version parsing handles the prefix inconsistently (stable versions with v sometimes resolve, prerelease ones do not), and the r