From 889186d55361bae14242c0af0532cb0306773425 Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Tue, 16 Jul 2024 19:29:19 +0000 Subject: [PATCH] fixed url schema for webrdp example --- windows-rdp/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows-rdp/README.md b/windows-rdp/README.md index a124eb0..1201130 100644 --- a/windows-rdp/README.md +++ b/windows-rdp/README.md @@ -32,7 +32,7 @@ module "windows_rdp" { ```tf 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 @@ -44,7 +44,7 @@ module "windows_rdp" { ```tf 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