From 2659fc306bae44e8d31ccdd17c60ba8e1e7b2a08 Mon Sep 17 00:00:00 2001 From: Seppdo <85109829+Seppdo@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:20:06 +0200 Subject: [PATCH] Make agent_name required parameter Co-authored-by: Muhammad Atif Ali --- filebrowser/main.tf | 1 - 1 file changed, 1 deletion(-) 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.)" }