Skip to content

Commit 1c42546

Browse files
committed
Update Amazon DCV module with image and icon changes
- Include visualization in README with new image - Change icon path in Terraform configuration for DCV
2 parents 576d701 + 5101c27 commit 1c42546

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.images/amazon-dcv-windows.png

3.35 MB
Loading

amazon-dcv-windows/README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ tags: [windows, dcv, web, desktop]
1212

1313
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.
1414

15+
![Amazon DCV on a Windows workspace](../.images/amazon-dcv-windows.png)
16+
1517
Enable DCV Server and Web Client on Windows workspaces.
1618

1719
```tf
1820
module "dcv" {
19-
count = data.coder_workspace.me.start_count
20-
source = "registry.coder.com/modules/amazon-dcv-windows/coder"
21-
version = "1.0.24"
22-
agent_id = resource.coder_agent.main.id
21+
count = data.coder_workspace.me.start_count
22+
source = "registry.coder.com/modules/amazon-dcv-windows/coder"
23+
version = "1.0.24"
24+
agent_id = resource.coder_agent.main.id
2325
}
2426
2527
@@ -45,4 +47,4 @@ resource "coder_metadata" "dcv" {
4547

4648
## License
4749

48-
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.
50+
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.

amazon-dcv-windows/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ resource "coder_app" "web-dcv" {
4343
slug = var.slug
4444
display_name = "Web DCV"
4545
url = "https://localhost:${var.port}${local.web_url_path}?username=${local.admin_username}&password=${var.admin_password}"
46-
icon = "/icon/desktop.svg"
46+
icon = "/icon/dcv.svg"
4747
subdomain = var.subdomain
4848
}
4949

0 commit comments

Comments
 (0)