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

Provisions a Red Hat OpenShift VPC cluster on IBM Cloud
Apache License 2.0
1 stars 7 forks source link

The latest version of the module does not support ocp_version "4.16" #531

Open KKooli opened 14 hours ago

KKooli commented 14 hours ago

Affected modules

[

*](https://github.com/terraform-ibm-modules/terraform-ibm-base-ocp-vpc)

Terraform CLI and Terraform provider versions

Terraform output

Debug output

Expected behavior

Creates the cluster with the latest version available 4.16

Actual behavior

unsupported version

Steps to reproduce (including links and screen captures)

  1. Run terraform apply

    Error: Invalid value for variable │ │ on ocp-cluster.tf line 135, in module "ocp_base": │ 135: ocp_version = "4.16" │ ├──────────────── │ │ var.ocp_version is "4.16" │ │ The specified ocp_version is not of the valid versions. │ │ This was checked by the validation rule at .terraform/modules/ocp_base/variables.tf:183,3-13.

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

ocofaigh commented 11 hours ago

We are working on adding this support. Thanks