updated outputs and variables used

This commit is contained in:
Andy Aviles
2024-07-10 11:44:01 -04:00
parent b54a5ae10f
commit 29e0406146
2 changed files with 7 additions and 10 deletions

View File

@ -1,12 +1,8 @@
output "ResourceGroup" {
output "resource_group_name" {
value = azurerm_resource_group.rg.id
}
output "HubId" {
value = azapi_resource.hub.id
}
output "ProjectId" {
output "workspace_name" {
value = azapi_resource.project.id
}