Skip to content

Commit

Permalink
Merge pull request #73 from clouddrove/patch-outout
Browse files Browse the repository at this point in the history
fix: network interface output condition
  • Loading branch information
d4kverma authored Nov 28, 2024
2 parents 0e6107d + b2270b5 commit da3f13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -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."
}

Expand Down

0 comments on commit da3f13b

Please sign in to comment.