From deadbb6296f3db411233de3f3f942a4bf9212b5b Mon Sep 17 00:00:00 2001 From: Seppdo <85109829+Seppdo@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:40:49 +0200 Subject: [PATCH] Update filebrowser/main.tf Co-authored-by: Muhammad Atif Ali --- filebrowser/main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/filebrowser/main.tf b/filebrowser/main.tf index 309a873..6179383 100644 --- a/filebrowser/main.tf +++ b/filebrowser/main.tf @@ -26,10 +26,10 @@ variable "owner_name" { description = "Set this and workspace_name to serve filebrowser from subdirectory." } -variable "resource_name" { +variable "agent_name" { type = string - default = "main" - description = "The name of the main deployment. (Used to build the subdirectory of the module.)" + default = "" + description = "The name of the main deployment. (Used to build the subpath for coder_app.)" } variable "database_path" {