Skip to content

Commit d98bfcb

Browse files
committed
fix: add versioning to all code snippets
1 parent 894e507 commit d98bfcb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

windows-rdp/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Enable Remote Desktop + a web based client on Windows workspaces, powered by [de
1414
```tf
1515
# AWS example. See below for examples of using this module with other providers
1616
module "windows_rdp" {
17-
source = "github.com/coder/modules/windows-rdp"
18-
version = "1.0.15"
17+
source = "registry.coder.com/coder/module/windows-rdp"
18+
version = "1.0.16"
1919
count = data.coder_workspace.me.start_count
2020
agent_id = resource.coder_agent.main.id
2121
resource_id = resource.aws_instance.dev.id
@@ -32,8 +32,9 @@ https://github.com/coder/modules/assets/28937484/fb5f4a55-7b69-4550-ab62-301e13a
3232

3333
```tf
3434
module "windows_rdp" {
35+
source = "registry.coder.com/coder/module/windows-rdp"
36+
version = "1.0.16"
3537
count = data.coder_workspace.me.start_count
36-
source = "github.com/coder/modules//windows-rdp"
3738
agent_id = resource.coder_agent.main.id
3839
resource_id = resource.aws_instance.dev.id
3940
}
@@ -43,8 +44,9 @@ module "windows_rdp" {
4344

4445
```tf
4546
module "windows_rdp" {
47+
source = "registry.coder.com/coder/module/windows-rdp"
48+
version = "1.0.16"
4649
count = data.coder_workspace.me.start_count
47-
source = "github.com/coder/modules//windows-rdp"
4850
agent_id = resource.coder_agent.main.id
4951
resource_id = resource.google_compute_instance.dev[0].id
5052
}

0 commit comments

Comments
 (0)