use the one true currency for aws budget
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6b84b427f5
commit
d23acda185
@ -2,7 +2,7 @@ resource "aws_budgets_budget" "aws-budget" {
|
|||||||
name = "budget-monthly"
|
name = "budget-monthly"
|
||||||
budget_type = "COST"
|
budget_type = "COST"
|
||||||
limit_amount = "5"
|
limit_amount = "5"
|
||||||
limit_unit = "EUR"
|
limit_unit = "USD"
|
||||||
time_unit = "MONTHLY"
|
time_unit = "MONTHLY"
|
||||||
|
|
||||||
notification {
|
notification {
|
||||||
|
Reference in New Issue
Block a user