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."
default = "filebrowser.db"
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'."
}
}

Loading…
Cancel
Save