From d79a9579eb9f0e6825f2423aad6a4d81361d17f4 Mon Sep 17 00:00:00 2001 From: Wictor Zhao Date: Tue, 2 Apr 2024 12:48:57 +0200 Subject: [PATCH] Fix typo character --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 8528194..81b1cf3 100644 --- a/main.tf +++ b/main.tf @@ -44,7 +44,7 @@ resource "aws_ce_anomaly_subscription" "mainsubscription" { dimension { key = "ANOMALY_TOTAL_IMPACT_ABSOLUTE" match_options = ["GREATER_THAN_OR_EQUAL"] - values = [var.anomaly_threshold_in_usd]] + values = [var.anomaly_threshold_in_usd] } } and {