This commit is contained in:
35C4n0r 2025-11-28 21:34:11 +05:30
parent c5d83570bc
commit 2c00575203
No known key found for this signature in database
GPG Key ID: 5B71E5C9D18D5675

View File

@ -403,5 +403,5 @@ module "agentapi" {
}
output "task_app_id" {
value = module.agentapi.task_app_id
value = try(module.agentapi[0].task_app_id, null)
}