added files

This commit is contained in:
github-actions[bot]
2024-05-15 20:45:38 +00:00
parent 369cd83197
commit 661af04fe8
9 changed files with 282 additions and 0 deletions

View File

@ -0,0 +1,16 @@
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
}