Skip to content

Commit

Permalink
Modify yaml directories lookup (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarski0 authored Oct 24, 2024
1 parent f369d39 commit 2899d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
locals {
yaml_strings_directories = flatten([
for dir in var.yaml_directories : [
for file in fileset(".", "${dir}/*.{yml,yaml}") : file(file)
for file in fileset(".", "${dir}/**/*.{yml,yaml}") : file(file)
]
])
yaml_strings_files = [
Expand Down

0 comments on commit 2899d39

Please sign in to comment.