github-actions[bot] 097321f7d5 added files
2024-06-26 08:09:22 +08: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
}