File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -475,10 +475,10 @@ variable "kibana_image_secret" {
475475 description = " The name of the image registry access secret."
476476 type = string
477477 default = null
478- validation {
479- condition = ! var. enable_kibana_dashboard || var. use_existing_registry_secret || (var. kibana_image_secret != null && var. kibana_image_secret != " " )
480- error_message = " You must provide a valid secret name for Kibana image registry access."
481- }
478+ # validation {
479+ # condition = !var.enable_kibana_dashboard || var.use_existing_registry_secret || (var.kibana_image_secret != null && length( var.kibana_image_secret)>0 )
480+ # error_message = "You must provide a valid secret name for Kibana image registry access."
481+ # }
482482}
483483
484484variable "kibana_visibility" {
You can’t perform that action at this time.
0 commit comments