Merge pull request #270 from coder/webrdp-link

fix url schema for webrdp example
pull/272/head v1.0.17
Stephen Kirby 10 months ago committed by GitHub
commit f7f9c8b7ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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