From d23acda1859d8754848b6638efb17b0725d8fc52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 17 May 2022 18:38:04 +0200 Subject: [PATCH] use the one true currency for aws budget --- aws-budget.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-budget.tf b/aws-budget.tf index c8a4dde..0b54e3d 100644 --- a/aws-budget.tf +++ b/aws-budget.tf @@ -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 {