fix: typo in web RDP example (#277)

pull/281/head
Ben Potter 9 months ago committed by GitHub
parent 523ad9fe23
commit f446fbd667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,7 +14,7 @@ Enable Remote Desktop + a web based client on Windows workspaces, powered by [de
```tf ```tf
# AWS example. See below for examples of using this module with other providers # AWS example. See below for examples of using this module with other providers
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

Loading…
Cancel
Save