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 ea35534 commit d94b356Copy full SHA for d94b356
registry/coder/modules/goose/README.md
@@ -13,7 +13,7 @@ Run the [Goose](https://block.github.io/goose/) agent in your workspace to gener
13
```tf
14
module "goose" {
15
source = "registry.coder.com/coder/goose/coder"
16
- version = "2.0.1"
+ version = "2.1.0"
17
agent_id = coder_agent.example.id
18
folder = "/home/coder"
19
install_goose = true
@@ -79,7 +79,7 @@ resource "coder_agent" "main" {
79
80
count = data.coder_workspace.me.start_count
81
82
83
84
85
0 commit comments