fixed url schema for webrdp example

pull/270/head
Stephen Kirby 10 months ago
parent 352577b833
commit 889186d553

@ -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

Loading…
Cancel
Save