Skip to content

Commit

Permalink
Fix typo character
Browse files Browse the repository at this point in the history
  • Loading branch information
rotciw committed Apr 2, 2024
1 parent 41d6ada commit d79a957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d79a957

Please sign in to comment.