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

Commit 894e507

Browse files
committed
fix: add verison number to rdp script
1 parent 3f8f618 commit 894e507

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

windows-rdp/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ 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"
1719
count = data.coder_workspace.me.start_count
18-
source = "github.com/coder/modules//windows-rdp"
1920
agent_id = resource.coder_agent.main.id
2021
resource_id = resource.aws_instance.dev.id
2122
}

0 commit comments

Comments
 (0)