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

Commit 448fd09

Browse files
author
Sean Sundberg
authored
Bumps default version to 4.8 and marks flavor important (#54)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent 46682db commit 448fd09

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

module.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ versions:
8282
scope: global
8383
- name: exists
8484
scope: module
85+
- name: flavor
86+
important: true
8587
- name: sync
8688
moduleRef:
8789
id: sync

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ variable "flavor" {
3636
variable "ocp_version" {
3737
type = string
3838
description = "The version of the OpenShift cluster that should be provisioned (format 4.x)"
39-
default = "4.6"
39+
default = "4.8"
4040
}
4141

4242
variable "exists" {

0 commit comments

Comments
 (0)