Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pipalmic committed Jan 9, 2025
1 parent e689624 commit a948d4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/azure/logic_app_standard/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ data "azurerm_monitor_diagnostic_categories" "diagnostic_categories" {
}

// Write logs and metrics to log analytics if specified
// Needs to be done once the deployment is finished, because updating Diagnostic Settings leads to a restart of the Logic App
// which causes the deployment to fail if it is not finished yet
resource "azurerm_monitor_diagnostic_setting" "diagnostic_setting" {
depends_on = [
null_resource.deploy
Expand Down

0 comments on commit a948d4c

Please sign in to comment.