Skip to content

Commit bb9758d

Browse files
authored
Update main.tf
1 parent bceb06a commit bb9758d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resource "azurerm_network_security_group" "nsg" {
22
count = length(var.azurem_security_group_name)
33
name = var.azurem_security_group_name[count.index]
4-
location = var.azurerm_resource_group_nsg_location[count.index]
4+
location = var.azurerm_resource_group_nsg_location
55
resource_group_name = var.azurerm_resource_group_nsg_name
66
dynamic "security_rule" {
77
for_each = var.azurem_custom_nsg_rules

0 commit comments

Comments
 (0)