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."
}
variable "workspace_name" {
type = string
default = ""
description = "Set this and owner_name to serve filebrowser from subdirectory."
data "coder_workspace" "me" {
count = var.subdomain
}
variable "owner_name" {

Loading…
Cancel
Save