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 5790b1eCopy full SHA for 5790b1e
dogfood/coder/main.tf
@@ -432,7 +432,7 @@ module "coder-login" {
432
module "cursor" {
433
count = contains(jsondecode(data.coder_parameter.ide_choices.value), "cursor") ? data.coder_workspace.me.start_count : 0
434
source = "dev.registry.coder.com/coder/cursor/coder"
435
- version = "1.3.1"
+ version = "1.3.2"
436
agent_id = coder_agent.dev.id
437
folder = local.repo_dir
438
}
0 commit comments