Update filebrowser/main.tf

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

@ -18,10 +18,8 @@ data "coder_workspace" "me" {
count = var.subdomain
}
variable "owner_name" {
type = string
default = ""
description = "Set this and workspace_name to serve filebrowser from subdirectory."
data "coder_workspace_owner" "me" {
count = var.subdomain
}
variable "agent_name" {

Loading…
Cancel
Save