Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit f8a2f37

Browse files
authored
fix(coder-login): add source url in README (#69)
1 parent 1ed25f4 commit f8a2f37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coder-login/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Automatically logs the user into Coder when creating their workspace.
1313

1414
```hcl
1515
module "coder-login" {
16+
source = "https://registry.coder.com/modules/coder-login"
1617
agent_id = coder_agent.example.id
1718
}
1819
```

0 commit comments

Comments
 (0)