outputs.tf (8 lines of code) (raw):

output "name" { description = "The name of the local network gateway" value = azurerm_local_network_gateway.this.name } output "resource_id" { description = "The name of the local network gateway" value = azurerm_local_network_gateway.this.id }