diff --git a/filebrowser/main.tf b/filebrowser/main.tf index b6d4ff5..64031c1 100644 --- a/filebrowser/main.tf +++ b/filebrowser/main.tf @@ -20,7 +20,6 @@ data "coder_workspace_owner" "me" {} variable "agent_name" { type = string - default = "main" description = "The name of the main deployment. (Used to build the subpath for coder_app.)" }