outputs.tf (12 lines of code) (raw):
output "name" {
description = "The name of the Network Manager."
value = azurerm_network_manager.this
}
output "resource" {
description = "This is the full output for the resource."
value = azurerm_network_manager.this
}
output "resource_id" {
description = "This is the full output for the resource."
value = azurerm_network_manager.this
}