chore: bump agentapi module version (#465)

This commit is contained in:
35C4n0r 2025-10-07 23:39:44 +05:30 committed by GitHub
parent 59b67c2c98
commit c1c0dec90f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ The AgentAPI module is a building block for modules that need to run an AgentAPI
```tf ```tf
module "agentapi" { module "agentapi" {
source = "registry.coder.com/coder/agentapi/coder" source = "registry.coder.com/coder/agentapi/coder"
version = "1.1.1" version = "1.2.0"
agent_id = var.agent_id agent_id = var.agent_id
web_app_slug = local.app_slug web_app_slug = local.app_slug

View File

@ -117,7 +117,7 @@ variable "install_agentapi" {
variable "agentapi_version" { variable "agentapi_version" {
type = string type = string
description = "The version of AgentAPI to install." description = "The version of AgentAPI to install."
default = "v0.3.3" default = "v0.10.0"
} }
variable "agentapi_port" { variable "agentapi_port" {