Skip to content

Commit

Permalink
fix: use contact_roles instead of contact_groups in budget
Browse files Browse the repository at this point in the history
  • Loading branch information
u162904 committed Aug 16, 2024
1 parent a650ec6 commit a6054af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ subscription_budgets = {
operator = "GreaterThan"
threshold = 120
threshold_type = "Forecasted"
contact_groups = ["Owner"]
contact_roles = ["Owner"]
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion variables.budget.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ subscription_budgets = {
operator = "GreaterThan"
threshold = 120
threshold_type = "Forecasted"
contact_groups = ["Owner"]
contact_roles = ["Owner"]
}
}
}
Expand Down

0 comments on commit a6054af

Please sign in to comment.