infrastructure/terraform/modules/videoindexer/outputs.tf (8 lines of code) (raw):
output "videoindexer_id" {
description = "Specifies the resource id of video indexer"
value = azapi_resource.videoindexer.id
}
output "videoindexer_account_id" {
description = "Specifies the account id of video indexer"
value = jsondecode(azapi_resource.videoindexer.output).properties.accountId
}