You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
modules/windows-rdp
github-actions[bot] 93c4fb3a8d
chore: bump version to 1.0.18 in README.md files (#292)
This is an auto-generated PR to update README.md files of all modules
with the new tag 1.0.18

Co-authored-by: matifali <matifali@users.noreply.github.com>
7 months ago
..
video-thumbnails chore: add custom thumbnail for video 10 months ago
README.md chore: bump version to 1.0.18 in README.md files (#292) 7 months ago
devolutions-patch.js refactor: clean up final code 10 months ago
main.test.ts Merge pull request #273 from coder/mes/readme-update 9 months ago
main.tf update windows-rdp to take share variable (#274) 9 months ago
powershell-installation-script.tftpl refactor: clean up final code 10 months ago

README.md

display_name description icon maintainer_github verified tags
Windows RDP RDP Server and Web Client, powered by Devolutions Gateway ../.icons/desktop.svg coder true
windows
rdp
web
desktop

Windows RDP

Enable Remote Desktop + a web based client on Windows workspaces, powered by devolutions-gateway.

# AWS example. See below for examples of using this module with other providers
module "windows_rdp" {
  source      = "registry.coder.com/modules/windows-rdp/coder"
  version     = "1.0.18"
  count       = data.coder_workspace.me.start_count
  agent_id    = resource.coder_agent.main.id
  resource_id = resource.aws_instance.dev.id
}

Video

Video

Examples

With AWS

module "windows_rdp" {
  source      = "registry.coder.com/modules/windows-rdp/coder"
  version     = "1.0.18"
  count       = data.coder_workspace.me.start_count
  agent_id    = resource.coder_agent.main.id
  resource_id = resource.aws_instance.dev.id
}

With Google Cloud

module "windows_rdp" {
  source      = "registry.coder.com/modules/windows-rdp/coder"
  version     = "1.0.18"
  count       = data.coder_workspace.me.start_count
  agent_id    = resource.coder_agent.main.id
  resource_id = resource.google_compute_instance.dev[0].id
}

Roadmap

  • Test on Microsoft Azure.