feat: add version to module docs (#122)

This commit is contained in:
Muhammad Atif Ali
2024-01-23 13:50:55 +03:00
committed by GitHub
parent 5b3edd9bbd
commit b968a2aa22
26 changed files with 271 additions and 207 deletions

View File

@@ -13,8 +13,9 @@ 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
source = "registry.coder.com/modules/coder-login/coder"
version = "1.0.0"
agent_id = coder_agent.example.id
}
```