use the one true currency for aws budget
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2022-05-17 18:38:04 +02:00
parent 6b84b427f5
commit d23acda185
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ resource "aws_budgets_budget" "aws-budget" {
name = "budget-monthly"
budget_type = "COST"
limit_amount = "5"
limit_unit = "EUR"
limit_unit = "USD"
time_unit = "MONTHLY"
notification {