Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions registry/coder/modules/local-windows-rdp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ This module enables Remote Desktop Protocol (RDP) on Windows workspaces and adds
module "rdp_desktop" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder/local-windows-rdp/coder"
version = "1.0.3"
version = "1.0.4"
agent_id = coder_agent.main.id
agent_name = coder_agent.main.name
agent_name = "main"
}
```

Expand Down Expand Up @@ -57,9 +57,9 @@ Uses default credentials (Username: `Administrator`, Password: `coderRDP!`):
module "rdp_desktop" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder/local-windows-rdp/coder"
version = "1.0.3"
version = "1.0.4"
agent_id = coder_agent.main.id
agent_name = coder_agent.main.name
agent_name = "main"
}
```

Expand All @@ -71,7 +71,7 @@ Specify a custom display name for the `coder_app` button:
module "rdp_desktop" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder/local-windows-rdp/coder"
version = "1.0.3"
version = "1.0.4"
agent_id = coder_agent.main.id
agent_name = "windows"
display_name = "Windows Desktop"
Expand Down
Loading