Skip to content

Commit 31de84b

Browse files
authored
Avoid cascading permadiff with modules/billing-account threshold_rules (#4045)
1 parent 198c71e commit 31de84b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/billing-account/budgets.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Google LLC
2+
* Copyright 2026 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -130,7 +130,7 @@ resource "google_billing_budget" "default" {
130130
}
131131
}
132132
dynamic "threshold_rules" {
133-
for_each = toset(each.value.threshold_rules)
133+
for_each = each.value.threshold_rules
134134
iterator = rule
135135
content {
136136
threshold_percent = rule.value.percent

0 commit comments

Comments
 (0)