github-actions[bot] 661af04fe8 added files
2024-05-15 20:45:38 +00:00

17 lines
294 B
HCL

output "ResourceGroup" {
value = azurerm_resource_group.default.id
}
output "HubId" {
value = azapi_resource.hub.id
}
output "ProjectId" {
value = azapi_resource.project.id
}
output "endpoint" {
value = jsondecode(azapi_resource.AIServicesResource.output).properties.endpoint
}