fix(coder-login): add source url in README (#69)

This commit is contained in:
Muhammad Atif Ali
2023-09-30 22:31:35 +03:00
committed by GitHub
parent 1ed25f459e
commit f8a2f37540

View File

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