Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 40ef16b

Browse files
author
Andrew Trice
authored
added ocp4.8 (#49)
Signed-off-by: Andrew Trice <[email protected]>
1 parent 59699ea commit 40ef16b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ locals {
2121
type_code = "ocp4"
2222
version = "4.7"
2323
}
24+
4.8 = {
25+
type = "openshift"
26+
type_code = "ocp4"
27+
version = "4.8"
28+
}
2429
}
2530
cluster_config_dir = "${path.cwd}/.kube"
2631
cluster_type_file = "${path.cwd}/.tmp/cluster_type.val"

test/stages/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ variable "worker_count" {
6969

7070
variable "ocp_version" {
7171
type = string
72-
default = "4.6"
72+
default = "4.8"
7373
}
7474

7575
variable "vpc_subnet_label" {

0 commit comments

Comments
 (0)