Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

feat(filebrowser): support subdomain = false #286

Merged
merged 21 commits into from
Sep 19, 2024
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
run: bin i && bun fmt
  • Loading branch information
Seppdo committed Sep 18, 2024
commit f3a27eef1740db1e15e65e204e55486e4b787ebc
2 changes: 1 addition & 1 deletion filebrowser/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data "coder_workspace" "me" {}
data "coder_workspace_owner" "me" {}

variable "agent_name" {
type = string
type = string
description = "The name of the main deployment. (Used to build the subpath for coder_app.)"
}

Expand Down