Skip to content

Commit

Permalink
Update magenx.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
magenx authored Sep 29, 2021
1 parent 971f6d7 commit a514c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magenx.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
resource "aws_budgets_budget" "all" {
name = "${var.app["brand"]}-budget-monthly-forecasted"
budget_type = "COST"
limit_amount = "2000"
limit_amount = "500"
limit_unit = "USD"
time_unit = "MONTHLY"

Expand Down

0 comments on commit a514c60

Please sign in to comment.