You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that config-lint injects local.tags into tags there when reading the files
However, if I run config-lint without singling out a module, i.e config-lint -debug -rules .configlint/global.yml, and it reads in files from modules/aws/module_a and modules/aws/module_b, it injects local.tags from module_b into resource blocks of module_a and vice versa
The text was updated successfully, but these errors were encountered:
if I have a resource such as
I see that config-lint injects local.tags into tags there when reading the files
However, if I run config-lint without singling out a module, i.e
config-lint -debug -rules .configlint/global.yml
, and it reads in files frommodules/aws/module_a
andmodules/aws/module_b
, it injects local.tags frommodule_b
into resource blocks ofmodule_a
and vice versaThe text was updated successfully, but these errors were encountered: