From f446fbd667f8022a3cc9947210e6d22e5e6adfd7 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Mon, 29 Jul 2024 06:11:06 -0700 Subject: [PATCH] fix: typo in web RDP example (#277) --- windows-rdp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-rdp/README.md b/windows-rdp/README.md index 1201130..e8c5a1c 100644 --- a/windows-rdp/README.md +++ b/windows-rdp/README.md @@ -14,7 +14,7 @@ Enable Remote Desktop + a web based client on Windows workspaces, powered by [de ```tf # AWS example. See below for examples of using this module with other providers module "windows_rdp" { - source = "registry.coder.com/coder/module/windows-rdp" + source = "registry.coder.com/modules/windows-rdp/coder" version = "1.0.16" count = data.coder_workspace.me.start_count agent_id = resource.coder_agent.main.id