15 lines
287 B
HCL
15 lines
287 B
HCL
output "ResourceGroup" {
|
|
value = azurerm_resource_group.rg.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
|
|
} |