Add validation block on ocp_version variable
vburckhardt opened this issue · 1 comments
vburckhardt commented
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.
(
terraform-ibm-base-ocp-vpc/variables.tf
Line 87 in 8d55274
New or affected modules
By submitting this issue, you agree to follow our Code of Conduct
vburckhardt commented
Seems complete