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 7a19dab commit 4125c37Copy full SHA for 4125c37
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.1.1"
+ version = "2.1.2"
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