Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make agent_name required parameter
Co-authored-by: Muhammad Atif Ali <me@matifali.dev>
  • Loading branch information
Seppdo and matifali authored Sep 18, 2024
commit 2659fc306bae44e8d31ccdd17c60ba8e1e7b2a08
1 change: 0 additions & 1 deletion filebrowser/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.)"
}

Expand Down