terraform-provider-corefunc icon indicating copy to clipboard operation
terraform-provider-corefunc copied to clipboard

[Feature]: `corefunc_semver_meet_constraint`

Open skyzyx opened this issue 2 years ago • 1 comments
trafficstars

What functionality would you like to see?

Validates whether or not a version meets a constraint.

data "corefunc_semver_constraint" "constraint" {
  version    = "1.2.3-beta.1+build345"
  constraint = ">= 1.2.3, < 2.0.0"
}
#=> false

skyzyx avatar Oct 26 '23 04:10 skyzyx

https://github.com/hashicorp/go-version

skyzyx avatar Feb 14 '24 23:02 skyzyx