Skip to content

Commit

Permalink
Use only lower-case locale
Browse files Browse the repository at this point in the history
  • Loading branch information
stawik-mesa committed Jun 27, 2024
1 parent 96f89c8 commit ba7174e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ resource "azurerm_consumption_budget_resource_group" "test" {
threshold = 95.0
operator = "GreaterThan"
threshold_type = "Forecasted"
locale = "en-US"
locale = "en-us"
contact_emails = [
"foo@example.com",
Expand Down

0 comments on commit ba7174e

Please sign in to comment.