summaryrefslogtreecommitdiff
path: root/OTF versioning.md
blob: 6d7efc5bec98949c754b27907b985584b3a345ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
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.