Do not convert route rules to set (#2096)

This commit is contained in:
Julio Castillo 2024-02-19 22:14:02 +01:00 committed by GitHub
parent 81ec6e6bc9
commit d4e12e1751
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ resource "google_compute_url_map" "default" {
}
}
dynamic "route_rules" {
for_each = toset(coalesce(m.value.route_rules, []))
for_each = coalesce(m.value.route_rules, [])
content {
priority = route_rules.value.priority
service = route_rules.value.service == null ? null : lookup(