Skip to content

Commit

Permalink
add depends_on to azurerm_network_watcher_flow_log
Browse files Browse the repository at this point in the history
  • Loading branch information
jksprattler committed Nov 5, 2024
1 parent f0e08b2 commit c0a465a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud_Azure/terraform/module/network_watcher.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ resource "azurerm_network_watcher_flow_log" "kentik_network_flow_log" {
tags = {
app = var.resource_tag
}
depends_on = [data.external.nsg_data_source]
}

0 comments on commit c0a465a

Please sign in to comment.