From f8a2f37540a04b882b5f212bb874c82bad82eb19 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sat, 30 Sep 2023 22:31:35 +0300 Subject: [PATCH] fix(coder-login): add source url in README (#69) --- coder-login/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/coder-login/README.md b/coder-login/README.md index def4c97..46b2b47 100644 --- a/coder-login/README.md +++ b/coder-login/README.md @@ -13,6 +13,7 @@ Automatically logs the user into Coder when creating their workspace. ```hcl module "coder-login" { + source = "https://registry.coder.com/modules/coder-login" agent_id = coder_agent.example.id } ```