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 } ```