From 2c304426e531122fd8e822d7d06df0adc91e27e9 Mon Sep 17 00:00:00 2001 From: Seppdo <85109829+Seppdo@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:43:52 +0200 Subject: [PATCH] Update filebrowser/main.tf Co-authored-by: Muhammad Atif Ali --- filebrowser/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filebrowser/main.tf b/filebrowser/main.tf index 6179383..b17e419 100644 --- a/filebrowser/main.tf +++ b/filebrowser/main.tf @@ -100,7 +100,7 @@ resource "coder_app" "filebrowser" { display_name = "File Browser" url = "http://localhost:${var.port}" icon = "https://raw.githubusercontent.com/filebrowser/logo/master/icon_raw.svg" - subdomain = var.owner_name == "" && var.workspace_name == "" + subdomain = var.subdomain share = var.share order = var.order }