Thanks to visit codestin.com
Credit goes to github.com

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

Commit f446fbd

Browse files
authored
fix: typo in web RDP example (#277)
1 parent 523ad9f commit f446fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-rdp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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 = "registry.coder.com/coder/module/windows-rdp"
17+
source = "registry.coder.com/modules/windows-rdp/coder"
1818
version = "1.0.16"
1919
count = data.coder_workspace.me.start_count
2020
agent_id = resource.coder_agent.main.id

0 commit comments

Comments
 (0)