From dad94ec735ac1eb33ec6384f5a9f1646d518a706 Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Thu, 5 Oct 2023 21:05:41 +0000 Subject: [PATCH] reverting to simpler implementation --- filebrowser/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {