Skip to content

Commit

Permalink
fix: Removed code error (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGV21 authored Jan 30, 2025
1 parent d0a8db4 commit 3bd116c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/azure-nsg-nsr/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ resource "azurerm_network_security_rule" "this" {
destination_address_prefixes = each.value.destination_address_prefixes
resource_group_name = var.nsg.resource_group_name
network_security_group_name = var.nsg.name
depends on = [azurerm_network_security_group.this]
depends_on = [azurerm_network_security_group.this]
}

0 comments on commit 3bd116c

Please sign in to comment.