File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
registry/coder/modules/goose Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Run the [Goose](https://block.github.io/goose/) agent in your workspace to gener
1414``` tf
1515module "goose" {
1616 source = "registry.coder.com/coder/goose/coder"
17- version = "1.1.1 "
17+ version = "1.2.0 "
1818 agent_id = coder_agent.example.id
1919 folder = "/home/coder"
2020 install_goose = true
@@ -90,7 +90,7 @@ resource "coder_agent" "main" {
9090module "goose" {
9191 count = data.coder_workspace.me.start_count
9292 source = "registry.coder.com/coder/goose/coder"
93- version = "1.1.1 "
93+ version = "1.2.0 "
9494 agent_id = coder_agent.example.id
9595 folder = "/home/coder"
9696 install_goose = true
@@ -152,7 +152,7 @@ Run Goose as a standalone app in your workspace. This will install Goose and run
152152``` tf
153153module "goose" {
154154 source = "registry.coder.com/coder/goose/coder"
155- version = "1.1.1 "
155+ version = "1.2.0 "
156156 agent_id = coder_agent.example.id
157157 folder = "/home/coder"
158158 install_goose = true
You can’t perform that action at this time.
0 commit comments