Skip to content

Commit

Permalink
DRA | Fix Analytics destroy dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hadar-timan committed Jan 31, 2024
1 parent d4f9c39 commit 424a360
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/azurerm/dra-analytics/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ resource "azurerm_linux_virtual_machine" "vm" {
}

tags = var.tags

depends_on = [
azurerm_network_interface_security_group_association.nic_sg_association
]
}

resource "azurerm_user_assigned_identity" "user_assigned_identity" {
Expand Down

0 comments on commit 424a360

Please sign in to comment.