Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95a11f1

Browse files
authored
chore(dogfood): add windsurf module
1 parent 4f70b59 commit 95a11f1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dogfood/coder/main.tf

+8
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,14 @@ module "cursor" {
225225
folder = local.repo_dir
226226
}
227227

228+
module "windsurf" {
229+
count = data.coder_workspace.me.start_count
230+
source = "registry.coder.com/modules/windsurf/coder"
231+
version = ">= 1.0.0"
232+
agent_id = coder_agent.dev.id
233+
folder = local.repo_dir
234+
}
235+
228236
module "zed" {
229237
count = data.coder_workspace.me.start_count
230238
source = "./zed"

0 commit comments

Comments
 (0)