feat: update agentapi module source to use Git repository reference

This commit is contained in:
35C4n0r 2026-03-12 18:54:13 +05:30
parent 781dcfd6e1
commit dedf656afe
No known key found for this signature in database
GPG Key ID: 5B71E5C9D18D5675

View File

@ -361,8 +361,8 @@ locals {
}
module "agentapi" {
source = "registry.coder.com/coder/agentapi/coder"
version = "2.2.0"
source = "git::https://github.com/coder/registry.git//registry/coder/modules/agentapi?ref=35C4n0r/test-task-app-id-based-path"
# version = "2.2.0"
agent_id = var.agent_id
web_app_slug = local.app_slug