Skip to content

Commit

Permalink
Remove lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
koblas committed Jun 21, 2021
1 parent ea225bf commit 4a520b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cloud/aws/lambda/monitors-lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ resource "datadog_monitor" "pct_errors" {
locked = false

tags = concat(["env:${var.environment}", "type:cloud", "provider:aws", "resource:lambda", "team:claranet", "created-by:terraform"], var.pct_errors_extra_tags)

lifecycle {
ignore_changes = [silenced]
}
}

# Errors Absolute Value
Expand Down

0 comments on commit 4a520b2

Please sign in to comment.