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

Commit c59eb0c

Browse files
authored
chore: add new video to README
1 parent a381c3e commit c59eb0c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

windows-rdp/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,11 @@ module "windows_rdp" {
1919
agent_id = resource.coder_agent.main.id
2020
resource_id = resource.aws_instance.dev.id
2121
}
22-
module "windows_rdp" {
23-
count = data.coder_workspace.me.start_count
24-
source = "github.com/coder/modules//windows-rdp"
25-
agent_id = resource.coder_agent.main.id
26-
resource_id = resource.google_compute_instance.dev[0].id
27-
}
2822
```
2923

3024
## Video
3125

32-
<-- Insert demo video here -->
26+
https://github.com/coder/modules/assets/28937484/fb5f4a55-7b69-4550-ab62-301e13a4be02
3327

3428
## Examples
3529

0 commit comments

Comments
 (0)