Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Dec 19, 2024
1 parent 0428712 commit 7723051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/common/budget.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "aws_budgets_budget" "notify_global" {
}

resource "aws_budgets_budget" "cloudwatch_data_scanned" {
name = "coudwatch-data-scanned-budget"
name = "cloudwatch-data-scanned-budget"
budget_type = "USAGE"
limit_amount = "10000"
limit_unit = "GB"
Expand Down

0 comments on commit 7723051

Please sign in to comment.