Updated outputs.tf to include rg name

This commit is contained in:
Tom Archer 2023-03-09 11:35:26 -08:00
parent 562d51ac13
commit dc7eb43fc5

View File

@ -1,3 +1,7 @@
output "resource_group_name" {
value = azurerm_resource_group.rg.name
}
output "api_management_service_name" {
value = azurerm_api_management.api.name
}