We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bceb06a commit bb9758dCopy full SHA for bb9758d
main.tf
@@ -1,7 +1,7 @@
1
resource "azurerm_network_security_group" "nsg" {
2
count = length(var.azurem_security_group_name)
3
name = var.azurem_security_group_name[count.index]
4
- location = var.azurerm_resource_group_nsg_location[count.index]
+ location = var.azurerm_resource_group_nsg_location
5
resource_group_name = var.azurerm_resource_group_nsg_name
6
dynamic "security_rule" {
7
for_each = var.azurem_custom_nsg_rules
0 commit comments