--- tags: - opentofu --- Looks like semver. `version = ">= 1.2.0, < 2.0.0"` Operators: - `=` (can also be left out) - `!=` - `>` - `>=` - `<` - `<=` - `~>` Allows only the patch version to be increased.