11 lines
244 B
HCL
11 lines
244 B
HCL
output "resource_group_name" {
|
|
value = azurerm_resource_group.rg.id
|
|
}
|
|
|
|
output "workspace_name" {
|
|
value = azapi_resource.project.id
|
|
}
|
|
|
|
output "endpoint" {
|
|
value = jsondecode(azapi_resource.AIServicesResource.output).properties.endpoint
|
|
} |