Skip to content

Commit 3501782

Browse files
authored
chore(dogfood): add cursor IDE (coder#14748)
1 parent 50124fe commit 3501782

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

dogfood/contents/main.tf

+13-5
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ module "slackme" {
106106

107107
module "dotfiles" {
108108
source = "registry.coder.com/modules/dotfiles/coder"
109-
version = "1.0.15"
109+
version = "1.0.18"
110110
agent_id = coder_agent.dev.id
111111
}
112112

@@ -126,7 +126,7 @@ module "personalize" {
126126

127127
module "code-server" {
128128
source = "registry.coder.com/modules/code-server/coder"
129-
version = "1.0.15"
129+
version = "1.0.18"
130130
agent_id = coder_agent.dev.id
131131
folder = local.repo_dir
132132
auto_install_extensions = true
@@ -144,9 +144,10 @@ module "jetbrains_gateway" {
144144
}
145145

146146
module "filebrowser" {
147-
source = "registry.coder.com/modules/filebrowser/coder"
148-
version = "1.0.8"
149-
agent_id = coder_agent.dev.id
147+
source = "registry.coder.com/modules/filebrowser/coder"
148+
version = "1.0.18"
149+
agent_id = coder_agent.dev.id
150+
agent_name = "dev"
150151
}
151152

152153
module "coder-login" {
@@ -155,6 +156,13 @@ module "coder-login" {
155156
agent_id = coder_agent.dev.id
156157
}
157158

159+
module "cursor" {
160+
source = "registry.coder.com/modules/cursor/coder"
161+
version = "1.0.18"
162+
agent_id = coder_agent.dev.id
163+
folder = local.repo_dir
164+
}
165+
158166
resource "coder_agent" "dev" {
159167
arch = "amd64"
160168
os = "linux"

0 commit comments

Comments
 (0)