Skip to content

Commit

Permalink
AWS: update monthly threshold
Browse files Browse the repository at this point in the history
We are now spending half of the monthly budget.

Signed-off-by: Arnaud Meukam <[email protected]>
  • Loading branch information
ameukam committed Oct 12, 2023
1 parent 5ff7a77 commit 1ef7e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/aws/terraform/management-account/budgets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "aws_budgets_budget" "everything" {

notification {
comparison_operator = "GREATER_THAN"
threshold = "30"
threshold = "90"
threshold_type = "PERCENTAGE"
notification_type = "ACTUAL"
subscriber_email_addresses = ["[email protected]"]
Expand Down

0 comments on commit 1ef7e1c

Please sign in to comment.