Skip to content

Commit

Permalink
DRA | Fix Analytics delete security group issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hadar-timan committed Feb 1, 2024
1 parent 14f67e5 commit 01d0403
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/azurerm/dra-analytics/sg.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,8 @@ resource "azurerm_network_security_group" "dsf_base_sg" {
}
}
tags = var.tags

depends_on = [
azurerm_network_interface.nic
]
}

0 comments on commit 01d0403

Please sign in to comment.