We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8983146 commit 6c4fcdcCopy full SHA for 6c4fcdc
1 file changed
production/01-billing/01-budgets.tf
@@ -1,7 +1,7 @@
1
resource "aws_budgets_budget" "main" {
2
name = "budget-main-monthly"
3
budget_type = "COST"
4
- limit_amount = "5"
+ limit_amount = "10"
5
limit_unit = "USD"
6
time_period_end = "2087-06-15_00:00"
7
time_period_start = "2017-07-01_00:00"
@@ -22,4 +22,4 @@ resource "aws_budgets_budget" "main" {
22
notification_type = "FORECASTED"
23
subscriber_email_addresses = ["sergio.estebanadan@gmail.com"]
24
}
25
-}
+}
0 commit comments