chore: bump module versions (patch)

This commit is contained in:
blink-so[bot] 2026-04-25 06:18:49 +00:00
parent 3063b0bae7
commit 07c2aa68c4

View File

@ -24,7 +24,7 @@ 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 = "main"
}
@ -57,7 +57,7 @@ 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 = "main"
}
@ -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"