There was an error while loading. Please reload this page.
1 parent 198c71e commit 31de84bCopy full SHA for 31de84b
1 file changed
modules/billing-account/budgets.tf
@@ -1,5 +1,5 @@
1
/**
2
- * Copyright 2023 Google LLC
+ * Copyright 2026 Google LLC
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -130,7 +130,7 @@ resource "google_billing_budget" "default" {
130
}
131
132
dynamic "threshold_rules" {
133
- for_each = toset(each.value.threshold_rules)
+ for_each = each.value.threshold_rules
134
iterator = rule
135
content {
136
threshold_percent = rule.value.percent
0 commit comments