hashicorp / terraform-provider-assert

Offers functions to validate and assert values within Terraform configurations, simplifying variable validation and custom conditions.
https://registry.terraform.io/providers/hashicorp/assert/latest/docs
Mozilla Public License 2.0
39 stars 9 forks source link

SemVer/version functions #61

Open RolphR opened 2 months ago

RolphR commented 2 months ago

It would be great to have the ability to do SemVer version checks (based on https://github.com/hashicorp/go-version). More specifically the following function signatures:

The function names still need to be made consistent with Hashicorp/provider naming. What are your opinions on the function names?