terraform-provider-corefunc
terraform-provider-corefunc copied to clipboard
[Feature]: `corefunc_semver_must_meet_constraint`
What functionality would you like to see?
Validates whether or not a version meets a constraint. If not, triggers an error.
data "corefunc_semver_constraint" "constraint" {
version = "1.2.3-beta.1+build345"
constraint = ">= 1.2.3, < 2.0.0"
}
#=> Error
https://github.com/hashicorp/go-version