From 4b3a10a185114906ebbf0a93af2998f977476b88 Mon Sep 17 00:00:00 2001 From: Gus Narea Date: Sun, 1 Sep 2024 19:59:00 +0100 Subject: [PATCH] Increase expected monthly spend --- billing.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/billing.tf b/billing.tf index 1e8b392..1b1adfd 100644 --- a/billing.tf +++ b/billing.tf @@ -8,7 +8,7 @@ resource "google_billing_budget" "main" { amount { specified_amount { - units = "10" + units = "30" currency_code = "USD" } }