wip
This commit is contained in:
parent
c5d83570bc
commit
2c00575203
@ -403,5 +403,5 @@ module "agentapi" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
output "task_app_id" {
|
output "task_app_id" {
|
||||||
value = module.agentapi.task_app_id
|
value = try(module.agentapi[0].task_app_id, null)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user