diff --git a/modules/budget_alerts/main.tf b/modules/budget_alerts/main.tf index 3cdba59..3b61ee8 100644 --- a/modules/budget_alerts/main.tf +++ b/modules/budget_alerts/main.tf @@ -52,7 +52,7 @@ resource "aws_budgets_budget" "this" { } lifecycle { - ignore_changes = [ limit_amount ] + ignore_changes = [limit_amount] } }