diff --git a/filebrowser/main.tf b/filebrowser/main.tf index c41192a..0fd336d 100644 --- a/filebrowser/main.tf +++ b/filebrowser/main.tf @@ -18,7 +18,7 @@ variable "agent_id" { variable "db_path" { type = string description = "The path to the filebrowser database." - default = null + default = "~/filebrowser.db" } variable "log_path" {