From 622af76760a9836363649a5565a9c80f32c37732 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sat, 30 Sep 2023 22:13:44 +0300 Subject: [PATCH] fix(coder-login): add source url in README --- 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 } ```