Updated outputs.tf to include rg name
This commit is contained in:
parent
562d51ac13
commit
dc7eb43fc5
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user