Update filebrowser/main.tf

Co-authored-by: Muhammad Atif Ali <me@matifali.dev>
pull/286/head
Seppdo 11 months ago committed by GitHub
parent 1a896e74f7
commit 772ba22a98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,10 +14,8 @@ variable "agent_id" {
description = "The ID of a Coder agent." description = "The ID of a Coder agent."
} }
variable "workspace_name" { data "coder_workspace" "me" {
type = string count = var.subdomain
default = ""
description = "Set this and owner_name to serve filebrowser from subdirectory."
} }
variable "owner_name" { variable "owner_name" {

Loading…
Cancel
Save