@@ -19,7 +19,7 @@ Zed is a high-performance, multiplayer code editor from the creators of Atom and
1919module "zed" {
2020 count = data.coder_workspace.me.start_count
2121 source = "registry.coder.com/coder/zed/coder"
22- version = "1.1.0 "
22+ version = "1.1.1 "
2323 agent_id = coder_agent.example.id
2424}
2525```
@@ -32,7 +32,7 @@ module "zed" {
3232module "zed" {
3333 count = data.coder_workspace.me.start_count
3434 source = "registry.coder.com/coder/zed/coder"
35- version = "1.1.0 "
35+ version = "1.1.1 "
3636 agent_id = coder_agent.example.id
3737 folder = "/home/coder/project"
3838}
@@ -44,7 +44,7 @@ module "zed" {
4444module "zed" {
4545 count = data.coder_workspace.me.start_count
4646 source = "registry.coder.com/coder/zed/coder"
47- version = "1.1.0 "
47+ version = "1.1.1 "
4848 agent_id = coder_agent.example.id
4949 display_name = "Zed Editor"
5050 order = 1
@@ -57,7 +57,7 @@ module "zed" {
5757module "zed" {
5858 count = data.coder_workspace.me.start_count
5959 source = "registry.coder.com/coder/zed/coder"
60- version = "1.1.0 "
60+ version = "1.1.1 "
6161 agent_id = coder_agent.example.id
6262 agent_name = coder_agent.example.name
6363}
@@ -73,7 +73,7 @@ You can declaratively set/merge settings with the `settings` input. Provide a JS
7373module "zed" {
7474 count = data.coder_workspace.me.start_count
7575 source = "registry.coder.com/coder/zed/coder"
76- version = "1.1.0 "
76+ version = "1.1.1 "
7777 agent_id = coder_agent.example.id
7878
7979 settings = jsonencode({
0 commit comments