Skip to content

Commit 1c97157

Browse files
chore: run bun run fmt
1 parent 6ebd45b commit 1c97157

File tree

1 file changed

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

1 file changed

+11
-11
lines changed

registry/BenraouaneSoufiane/modules/rustdesk/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ This is the basic Coder's rustdesk module that installs minimal desktop environm
3838

3939
```tf
4040
module "rustdesk" {
41-
source = "registry.coder.com/BenraouaneSoufiane/rustdesk/BenraouaneSoufiane"
42-
agent_id = var.agent_id
41+
source = "registry.coder.com/BenraouaneSoufiane/rustdesk/BenraouaneSoufiane"
42+
agent_id = var.agent_id
4343
}
4444
```
4545

4646
Also add this within resource "docker_container" "workspace":
4747

4848
```tf
49-
privileged = true
50-
user = "root"
51-
network_mode = "host"
52-
ports {
49+
privileged = true
50+
user = "root"
51+
network_mode = "host"
52+
ports {
5353
internal = 21115
5454
external = 21115
5555
}
@@ -71,10 +71,10 @@ Also you can customize the rustdesk version, virtual screen dimensions & the pas
7171

7272
```tf
7373
module "rustdesk" {
74-
source = "registry.coder.com/BenraouaneSoufiane/rustdesk/BenraouaneSoufiane"
75-
agent_id = var.agent_id
76-
rustdesk_password = "mycustompass"
77-
xvfb_resolution = "1920x1080x24"
78-
rustdesk_version = "1.4.0"
74+
source = "registry.coder.com/BenraouaneSoufiane/rustdesk/BenraouaneSoufiane"
75+
agent_id = var.agent_id
76+
rustdesk_password = "mycustompass"
77+
xvfb_resolution = "1920x1080x24"
78+
rustdesk_version = "1.4.0"
7979
}
8080
```

0 commit comments

Comments
 (0)