feat: update agentapi module source to use Git repository reference
This commit is contained in:
parent
781dcfd6e1
commit
dedf656afe
@ -361,8 +361,8 @@ locals {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module "agentapi" {
|
module "agentapi" {
|
||||||
source = "registry.coder.com/coder/agentapi/coder"
|
source = "git::https://github.com/coder/registry.git//registry/coder/modules/agentapi?ref=35C4n0r/test-task-app-id-based-path"
|
||||||
version = "2.2.0"
|
# version = "2.2.0"
|
||||||
|
|
||||||
agent_id = var.agent_id
|
agent_id = var.agent_id
|
||||||
web_app_slug = local.app_slug
|
web_app_slug = local.app_slug
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user