We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 352577b + 889186d commit f7f9c8bCopy full SHA for f7f9c8b
windows-rdp/README.md
@@ -32,7 +32,7 @@ module "windows_rdp" {
32
33
```tf
34
module "windows_rdp" {
35
- source = "registry.coder.com/coder/module/windows-rdp"
+ source = "registry.coder.com/modules/windows-rdp/coder"
36
version = "1.0.16"
37
count = data.coder_workspace.me.start_count
38
agent_id = resource.coder_agent.main.id
@@ -44,7 +44,7 @@ module "windows_rdp" {
44
45
46
47
48
49
50
0 commit comments