Skip to content

Commit

Permalink
fix: remove validation from cluster type
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Nov 13, 2023
1 parent 9bc6cb8 commit 63856d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ variable "cluster_type" {
description = "The type of cluster"
type = string
default = "kapsule"
validation {
condition = contains(["kapsule", "multicloud"], var.cluster_type)
error_message = "Values can only be \"kapsule\" or \"multicloud\"."
}
}

variable "cluster_description" {
Expand Down

0 comments on commit 63856d8

Please sign in to comment.