Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit ef1b086

Browse files
committed
Update Amazon DCV Windows module resources
- Adjust alignment of arguments in Terraform code for readability. - Change icon path in `coder_app` resource to use "/icon/dcv.svg".
2 parents 576d701 + 5101c27 commit ef1b086

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

amazon-dcv-windows/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Enable DCV Server and Web Client on Windows workspaces.
1616

1717
```tf
1818
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
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
2323
}
2424
2525
@@ -45,4 +45,4 @@ resource "coder_metadata" "dcv" {
4545

4646
## License
4747

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

amazon-dcv-windows/main.tf

Lines changed: 1 addition & 1 deletion
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)