This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
1616module "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
3434module "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
4546module "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}
You can’t perform that action at this time.
0 commit comments