Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2945b0 commit 037d250Copy full SHA for 037d250
dogfood/coder/main.tf
@@ -440,7 +440,7 @@ module "cursor" {
440
module "windsurf" {
441
count = contains(jsondecode(data.coder_parameter.ide_choices.value), "windsurf") ? data.coder_workspace.me.start_count : 0
442
source = "dev.registry.coder.com/coder/windsurf/coder"
443
- version = "1.1.1"
+ version = "1.2.0"
444
agent_id = coder_agent.dev.id
445
folder = local.repo_dir
446
}
0 commit comments