terraform-provider-corefunc
terraform-provider-corefunc copied to clipboard
[Feature]: `corefunc_semver_meet_constraint`
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
https://github.com/hashicorp/go-version