backend_storage/outputs.tf (
6
lines of code) (
raw
):
output "virtual_network_id" { value = azurerm_virtual_network.vnet.id } output "subnet_id" { value = azurerm_subnet.runner.id }