Skip to content

Commit 6c4fcdc

Browse files
authored
Update 01-budgets.tf
1 parent 8983146 commit 6c4fcdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

production/01-billing/01-budgets.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resource "aws_budgets_budget" "main" {
22
name = "budget-main-monthly"
33
budget_type = "COST"
4-
limit_amount = "5"
4+
limit_amount = "10"
55
limit_unit = "USD"
66
time_period_end = "2087-06-15_00:00"
77
time_period_start = "2017-07-01_00:00"
@@ -22,4 +22,4 @@ resource "aws_budgets_budget" "main" {
2222
notification_type = "FORECASTED"
2323
subscriber_email_addresses = ["sergio.estebanadan@gmail.com"]
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)