From a481235e014ddd194de42182814ea17b58621517 Mon Sep 17 00:00:00 2001 From: Ryan Emerson Date: Tue, 9 Jul 2024 16:34:00 +0100 Subject: [PATCH] Openshift 4.16.0 (#892) Signed-off-by: Ryan Emerson --- provision/opentofu/modules/rosa/hcp/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision/opentofu/modules/rosa/hcp/variables.tf b/provision/opentofu/modules/rosa/hcp/variables.tf index 4bf1abb9..541b0593 100644 --- a/provision/opentofu/modules/rosa/hcp/variables.tf +++ b/provision/opentofu/modules/rosa/hcp/variables.tf @@ -55,7 +55,7 @@ variable "subnet_cidr_prefix" { variable "openshift_version" { type = string - default = "4.15.14" + default = "4.16.0" nullable = false }