File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
registry/coder/modules/windows-rdp Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Enable Remote Desktop + a web based client on Windows workspaces, powered by [de
1616module "windows_rdp" {
1717 count = data.coder_workspace.me.start_count
1818 source = "registry.coder.com/coder/windows-rdp/coder"
19- version = "1.1 .0"
19+ version = "1.2 .0"
2020 agent_id = resource.coder_agent.main.id
2121 resource_id = resource.aws_instance.dev.id
2222}
@@ -34,7 +34,7 @@ module "windows_rdp" {
3434module "windows_rdp" {
3535 count = data.coder_workspace.me.start_count
3636 source = "registry.coder.com/coder/windows-rdp/coder"
37- version = "1.1 .0"
37+ version = "1.2 .0"
3838 agent_id = resource.coder_agent.main.id
3939 resource_id = resource.aws_instance.dev.id
4040}
@@ -46,7 +46,7 @@ module "windows_rdp" {
4646module "windows_rdp" {
4747 count = data.coder_workspace.me.start_count
4848 source = "registry.coder.com/coder/windows-rdp/coder"
49- version = "1.1 .0"
49+ version = "1.2 .0"
5050 agent_id = resource.coder_agent.main.id
5151 resource_id = resource.google_compute_instance.dev[0].id
5252}
@@ -58,7 +58,7 @@ module "windows_rdp" {
5858module "windows_rdp" {
5959 count = data.coder_workspace.me.start_count
6060 source = "registry.coder.com/coder/windows-rdp/coder"
61- version = "1.0.18 "
61+ version = "1.2.0 "
6262 agent_id = resource.coder_agent.main.id
6363 resource_id = resource.aws_instance.dev.id
6464 devolutions_gateway_version = "2025.1.6" # Specify a specific version
You can’t perform that action at this time.
0 commit comments