Skip to content

Commit fb3ee63

Browse files
Update README.md
Tell users how to use/customize the module like rustdesk version, virtual screen dimentions & the password
1 parent 15a734e commit fb3ee63

File tree

1 file changed

+11
-0
lines changed
  • registry/BenraouaneSoufiane/modules/rustdesk

1 file changed

+11
-0
lines changed

registry/BenraouaneSoufiane/modules/rustdesk/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,14 @@ ports {
6666
external = 21119
6767
}
6868
```
69+
70+
Also you can customize the rustdesk version, virtual screen dimensions & the pass
71+
```tf
72+
module "rustdesk" {
73+
source = "registry.coder.com/BenraouaneSoufiane/rustdesk/BenraouaneSoufiane"
74+
agent_id = var.agent_id
75+
rustdesk_password = "mycustompass"
76+
xvfb_resolution = "1920x1080x24"
77+
rustdesk_version = "1.4.0"
78+
}
79+
```

0 commit comments

Comments
 (0)