diff --git a/.images/amazon-dcv-windows.png b/.images/amazon-dcv-windows.png new file mode 100644 index 0000000..5dd2dee Binary files /dev/null and b/.images/amazon-dcv-windows.png differ diff --git a/amazon-dcv-windows/README.md b/amazon-dcv-windows/README.md index 3298d78..f27e1d6 100644 --- a/amazon-dcv-windows/README.md +++ b/amazon-dcv-windows/README.md @@ -12,14 +12,16 @@ tags: [windows, dcv, web, desktop] Amazon DCV is high performance remote display protocol that provides a secure way to deliver remote desktop and application streaming from any cloud or data center to any device, over varying network conditions. +![Amazon DCV on a Windows workspace](../.images/amazon-dcv-windows.png) + Enable DCV Server and Web Client on Windows workspaces. ```tf module "dcv" { - count = data.coder_workspace.me.start_count - source = "registry.coder.com/modules/amazon-dcv-windows/coder" - version = "1.0.24" - agent_id = resource.coder_agent.main.id + count = data.coder_workspace.me.start_count + source = "registry.coder.com/modules/amazon-dcv-windows/coder" + version = "1.0.24" + agent_id = resource.coder_agent.main.id } @@ -45,4 +47,4 @@ resource "coder_metadata" "dcv" { ## License -Amazon DCV is free to use on AWS EC2 instances but requires a license for other cloud providers. Please see the instructions [here](https://docs.aws.amazon.com/dcv/latest/adminguide/setting-up-license.html#setting-up-license-ec2) for more information. \ No newline at end of file +Amazon DCV is free to use on AWS EC2 instances but requires a license for other cloud providers. Please see the instructions [here](https://docs.aws.amazon.com/dcv/latest/adminguide/setting-up-license.html#setting-up-license-ec2) for more information. diff --git a/amazon-dcv-windows/main.tf b/amazon-dcv-windows/main.tf index 2490e10..90058af 100644 --- a/amazon-dcv-windows/main.tf +++ b/amazon-dcv-windows/main.tf @@ -43,7 +43,7 @@ resource "coder_app" "web-dcv" { slug = var.slug display_name = "Web DCV" url = "https://localhost:${var.port}${local.web_url_path}?username=${local.admin_username}&password=${var.admin_password}" - icon = "/icon/desktop.svg" + icon = "/icon/dcv.svg" subdomain = var.subdomain }