This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ A file browser for your workspace.
15
15
module "filebrowser" {
16
16
count = data.coder_workspace.me.start_count
17
17
source = "registry.coder.com/modules/filebrowser/coder"
18
- version = "1.0.29 "
18
+ version = "1.0.31 "
19
19
agent_id = coder_agent.example.id
20
20
}
21
21
```
@@ -30,7 +30,7 @@ module "filebrowser" {
30
30
module "filebrowser" {
31
31
count = data.coder_workspace.me.start_count
32
32
source = "registry.coder.com/modules/filebrowser/coder"
33
- version = "1.0.29 "
33
+ version = "1.0.31 "
34
34
agent_id = coder_agent.example.id
35
35
folder = "/home/coder/project"
36
36
}
@@ -42,7 +42,7 @@ module "filebrowser" {
42
42
module "filebrowser" {
43
43
count = data.coder_workspace.me.start_count
44
44
source = "registry.coder.com/modules/filebrowser/coder"
45
- version = "1.0.29 "
45
+ version = "1.0.31 "
46
46
agent_id = coder_agent.example.id
47
47
database_path = ".config/filebrowser.db"
48
48
}
@@ -54,7 +54,7 @@ module "filebrowser" {
54
54
module "filebrowser" {
55
55
count = data.coder_workspace.me.start_count
56
56
source = "registry.coder.com/modules/filebrowser/coder"
57
- version = "1.0.29 "
57
+ version = "1.0.31 "
58
58
agent_id = coder_agent.example.id
59
59
agent_name = "main"
60
60
subdomain = false
You can’t perform that action at this time.
0 commit comments