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

Commit 28540cb

Browse files
author
Sean Sundberg
authored
Removes invalid variables from metadata (#5)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent e4a60fc commit 28540cb

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

module.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,3 @@ versions:
5050
scope: ignore
5151
- name: gitops_dir
5252
scope: global
53-
- name: cos_name
54-
scope: global
55-
- name: provision_cos
56-
scope: global

variables.tf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ variable "ocp_version" {
3737
type = string
3838
description = "The version of the OpenShift cluster that should be provisioned (format 4.x)"
3939
default = "4.6"
40-
41-
validation {
42-
condition = (
43-
regex("^4[.]", var.ocp_version) == "4."
44-
)
45-
error_message = "The ocp_version must be formatted as 4.x."
46-
}
4740
}
4841

4942
variable "exists" {

0 commit comments

Comments
 (0)