Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follow terraform module calls #19

Open
sparr opened this issue May 8, 2019 · 1 comment
Open

Follow terraform module calls #19

sparr opened this issue May 8, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@sparr
Copy link

sparr commented May 8, 2019

I have a lot of terraform repositories where there is a root module that includes other modules with some inputs/attributes. Those inputs are variables for the other modules, which affect whether they pass or fail rules. But config-lint doesn't handle that situation correctly, instead looking at just one file at a time, and not being aware of the relationship between the files or what is in the variables one is passing to another.

I would like to be able to config-lint a single root module and have it include/import the referenced modules with the appropriate inputs/variables.

@kmonihen kmonihen added the enhancement New feature or request label Aug 10, 2019
@alexandresavicki
Copy link

alexandresavicki commented Apr 27, 2020

I'm trying to deal with the same problem. @kmonihen Did you find out any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants