endswith typo

pull/78/head
Stephen Kirby 2 years ago
parent 1b30a8e1de
commit 226532a03c

@ -20,7 +20,7 @@ variable "database_path" {
description = "The path to the filebrowser database." description = "The path to the filebrowser database."
default = "filebrowser.db" default = "filebrowser.db"
validation { validation {
condition = ends_with(var.database_path, "filebrowser.db") condition = endswith(var.database_path, "filebrowser.db")
error_message = "The database_path must end with 'filebrowser.db'." error_message = "The database_path must end with 'filebrowser.db'."
} }
} }

Loading…
Cancel
Save