diff --git a/modules/rosa-hcp/vars.tf b/modules/rosa-hcp/vars.tf index c7f55cb..5f04f35 100644 --- a/modules/rosa-hcp/vars.tf +++ b/modules/rosa-hcp/vars.tf @@ -9,7 +9,7 @@ variable "openshift_version" { type = string description = "The version of ROSA to be deployed" # renovate: datasource=endoflife-date depName=red-hat-openshift versioning=semver - default = "4.15.18" + default = "4.15.17" validation { condition = can(regex("^[0-9]*[0-9]+.[0-9]*[0-9]+.[0-9]*[0-9]+$", var.openshift_version)) error_message = "openshift_version must be with structure .. (for example 4.13.6)."