Skip to content

Commit

Permalink
Merge pull request #7 from T-Systems-MMS/network_interface_security_g…
Browse files Browse the repository at this point in the history
…roup_association

add network_interface_security_group_association
  • Loading branch information
michaelamattes authored Mar 21, 2022
2 parents f07503a + 6385e40 commit 8cdaf5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ resource "azurerm_subnet_network_security_group_association" "subnet_network_sec
resource "azurerm_network_interface_security_group_association" "network_interface_security_group_association" {
for_each = var.network_interface_security_group_association

network_interface_id = local.network_security_group[each.key].network_interface_id
network_security_group_id = local.network_security_group[each.key].network_security_group_id
network_interface_id = local.network_interface_security_group_association[each.key].network_interface_id
network_security_group_id = local.network_interface_security_group_association[each.key].network_security_group_id
}

/** Private Endpoint */
Expand Down

0 comments on commit 8cdaf5f

Please sign in to comment.