Skip to content

Commit

Permalink
CCE: drop validation from cluster_authentication_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
krankkkk committed May 28, 2024
1 parent bfb899b commit d235096
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/cce/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,6 @@ variable "cluster_authentication_mode" {
type = string
description = "Authentication mode of the Cluster. Either rbac or authenticating_proxy (default: rbac)"
default = "rbac"
validation {
condition = contains(["rbac", "authenticating_proxy"], var.cluster_authentication_mode)
error_message = "Allowed values for authentication_mode are either \"rbac\" or \"authenticating_proxy\"."
}
}

variable "cluster_authenticating_proxy_ca" {
Expand Down

0 comments on commit d235096

Please sign in to comment.