diff --git a/outputs.tf b/outputs.tf index 6f33768..387aac4 100644 --- a/outputs.tf +++ b/outputs.tf @@ -1,5 +1,5 @@ output "network_interface_id" { - value = try(azurerm_network_interface.default[*].id, null) + value = azurerm_network_interface.default[*].id description = "The ID of the Network Interface." }