Skip to content

Commit

Permalink
added ignore rules for budget value changes
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Devyatkin <andrey.devyatkin@fivexl.io>
  • Loading branch information
Andrey9kin committed Nov 20, 2024
1 parent c445ad4 commit c86b709
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/budget_alerts/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@ resource "aws_budgets_budget" "this" {
subscriber_sns_topic_arns = notification.value.subscriber_sns_topic_arns
}
}

lifecycle {
ignore_changes = [ limit_amount ]
}
}

0 comments on commit c86b709

Please sign in to comment.