diff --git a/modules/rosa-hcp/README.md b/modules/rosa-hcp/README.md index 0a41949..15fa0c0 100644 --- a/modules/rosa-hcp/README.md +++ b/modules/rosa-hcp/README.md @@ -24,7 +24,7 @@ | [htpasswd\_password](#input\_htpasswd\_password) | htpasswd password | `string` | n/a | yes | | [htpasswd\_username](#input\_htpasswd\_username) | htpasswd username | `string` | `"kubeadmin"` | no | | [offline\_access\_token](#input\_offline\_access\_token) | The Red Hat OCM API access token for your account | `string` | n/a | yes | -| [openshift\_version](#input\_openshift\_version) | The version of ROSA to be deployed | `string` | `"4.14.21"` | no | +| [openshift\_version](#input\_openshift\_version) | The version of ROSA to be deployed | `string` | `"4.15.17"` | no | | [replicas](#input\_replicas) | The number of computer nodes to create. Must be a minimum of 2 for a single-AZ cluster, 3 for multi-AZ. | `string` | `"2"` | no | | [url](#input\_url) | Provide OCM environment by setting a value to url | `string` | `"https://api.openshift.com"` | no | | [vpc\_cidr\_block](#input\_vpc\_cidr\_block) | value of the CIDR block to use for the VPC | `string` | `"10.66.0.0/16"` | no |