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 59b67c2 commit c1c0decCopy full SHA for c1c0dec
registry/coder/modules/agentapi/README.md
@@ -16,7 +16,7 @@ The AgentAPI module is a building block for modules that need to run an AgentAPI
16
```tf
17
module "agentapi" {
18
source = "registry.coder.com/coder/agentapi/coder"
19
- version = "1.1.1"
+ version = "1.2.0"
20
21
agent_id = var.agent_id
22
web_app_slug = local.app_slug
registry/coder/modules/agentapi/main.tf
@@ -117,7 +117,7 @@ variable "install_agentapi" {
117
variable "agentapi_version" {
118
type = string
119
description = "The version of AgentAPI to install."
120
- default = "v0.3.3"
+ default = "v0.10.0"
121
}
122
123
variable "agentapi_port" {
0 commit comments