chore(dogfood): add windsurf module (#17558)

This commit is contained in:
M Atif Ali
2025-04-24 14:14:50 +05:00
committed by GitHub
parent 166d88e279
commit c45343aa99
+8
View File
@@ -225,6 +225,14 @@ module "cursor" {
folder = local.repo_dir
}
module "windsurf" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/modules/windsurf/coder"
version = ">= 1.0.0"
agent_id = coder_agent.dev.id
folder = local.repo_dir
}
module "zed" {
count = data.coder_workspace.me.start_count
source = "./zed"