Merge pull request #270 from coder/webrdp-link

fix url schema for webrdp example
This commit is contained in:
Stephen Kirby
2024-07-17 14:19:16 -05:00
committed by GitHub

View File

@@ -32,7 +32,7 @@ module "windows_rdp" {
```tf ```tf
module "windows_rdp" { module "windows_rdp" {
source = "registry.coder.com/coder/module/windows-rdp" source = "registry.coder.com/modules/windows-rdp/coder"
version = "1.0.16" version = "1.0.16"
count = data.coder_workspace.me.start_count count = data.coder_workspace.me.start_count
agent_id = resource.coder_agent.main.id agent_id = resource.coder_agent.main.id
@@ -44,7 +44,7 @@ module "windows_rdp" {
```tf ```tf
module "windows_rdp" { module "windows_rdp" {
source = "registry.coder.com/coder/module/windows-rdp" source = "registry.coder.com/modules/windows-rdp/coder"
version = "1.0.16" version = "1.0.16"
count = data.coder_workspace.me.start_count count = data.coder_workspace.me.start_count
agent_id = resource.coder_agent.main.id agent_id = resource.coder_agent.main.id