Skip to content

Commit 912fddd

Browse files
committed
fixed logic
1 parent 6916606 commit 912fddd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

solutions/standard/variables.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

484484
variable "kibana_visibility" {

0 commit comments

Comments
 (0)