From 23417ce3048f8d8e0293bcca9af86072cefbfa33 Mon Sep 17 00:00:00 2001 From: Seppdo <85109829+Seppdo@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:44:17 +0200 Subject: [PATCH] Update filebrowser/main.tf Co-authored-by: Muhammad Atif Ali --- filebrowser/main.tf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/filebrowser/main.tf b/filebrowser/main.tf index db79f81..4e3a841 100644 --- a/filebrowser/main.tf +++ b/filebrowser/main.tf @@ -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" {