Fixed small bug on locals

This commit is contained in:
Simone Ruffilli 2021-12-07 13:40:35 +01:00
parent 5c8557a29d
commit 8348504067
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ locals {
])
_factory_rules = {
for d in local._custom_rules_raw : d["name"] => d
for d in local._factory_rules_raw : d["name"] => d
}
custom_rules = merge(local._custom_rules, local._factory_rules)