Skip to content

Commit

Permalink
Update locals.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
venkyio authored Jan 6, 2022
1 parent 1341818 commit 5c4f3dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ locals {
local.pack_file["packs"][pack]
]

rule_packs_rules_to_exclude = [
for pack in var.rule_packs_rules_to_exclude :
rule_packs_to_exclude = [
for pack in var.rule_packs_to_exclude :
local.pack_file["packs"][pack]
]

Expand All @@ -27,7 +27,7 @@ locals {
flatten(
concat(
var.rules_to_exclude,
local.rule_packs_rules_to_exclude
local.rule_packs_to_exclude
)
)
)
Expand Down

0 comments on commit 5c4f3dd

Please sign in to comment.