Skip to content

Commit

Permalink
terraform fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Devyatkin <[email protected]>
  • Loading branch information
Andrey9kin committed Nov 20, 2024
1 parent c86b709 commit 0668b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/budget_alerts/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ resource "aws_budgets_budget" "this" {
}

lifecycle {
ignore_changes = [ limit_amount ]
ignore_changes = [limit_amount]
}
}

0 comments on commit 0668b93

Please sign in to comment.