fixup! fixup agentapi module source

This commit is contained in:
Cian Johnston 2026-01-07 15:57:15 +00:00
parent 4f22907ed4
commit 41e86b8715
No known key found for this signature in database
GPG Key ID: F57401F0A40CBB29

View File

@ -338,8 +338,8 @@ locals {
} }
module "agentapi" { module "agentapi" {
source = "github.com/coder/registry//registry/coder/modules/agentapi?ref=cj%2Fagentapi%2Fdebug" source = "github.com/coder/registry//registry/coder/modules/agentapi?ref=cj%2Fagentapi%2Fdebug"
version = "2.0.0" # version = "2.0.0"
agent_id = var.agent_id agent_id = var.agent_id
web_app_slug = local.app_slug web_app_slug = local.app_slug