Skip to content

Commit 3b91f49

Browse files
fix(filebrowser): remove no-auth environment variable from filebrowser configuration since its done in cli
1 parent 6e68a4d commit 3b91f49

File tree

1 file changed

+0
-5
lines changed
  • registry/coder/modules/filebrowser

1 file changed

+0
-5
lines changed

registry/coder/modules/filebrowser/main.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,3 @@ locals {
128128
healthcheck_url = "http://localhost:${var.port}${local.server_base_path}/health"
129129
}
130130

131-
resource "coder_env" "fb_noauth" {
132-
agent_id = var.agent_id
133-
name = "FB_NOAUTH"
134-
value = "true"
135-
}

0 commit comments

Comments
 (0)