terraform-ibm-modules/terraform-ibm-base-ocp-vpc

Add validation block on ocp_version variable

vburckhardt opened this issue · 1 comments

Description

Description indicates to use "x.x" version (eg: 4.x), but consumers used to work with the provider directly may put the kube_version format (eg: "4.3_openshift"). It would be nice to add a validation block on the variable to catch this early at plan time.

(

variable "ocp_version" {
)

New or affected modules


By submitting this issue, you agree to follow our Code of Conduct

Seems complete