Update Amazon DCV module with image and icon changes

- Include visualization in README with new image
- Change icon path in Terraform configuration for DCV
pull/345/head
Muhammad Atif Ali 5 months ago committed by Muhammad Atif Ali
commit 1c425465ee

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

@ -12,6 +12,8 @@ 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 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. Enable DCV Server and Web Client on Windows workspaces.
```tf ```tf

@ -43,7 +43,7 @@ resource "coder_app" "web-dcv" {
slug = var.slug slug = var.slug
display_name = "Web DCV" display_name = "Web DCV"
url = "https://localhost:${var.port}${local.web_url_path}?username=${local.admin_username}&password=${var.admin_password}" 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 subdomain = var.subdomain
} }

Loading…
Cancel
Save