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
We are using tflint for linting a repository with multiple independent (in terms of state) stacks. Our GitHub action loops over all of those stacks (using --force) to gather all findings.
It seems like anntotations are not using the full path of the affected terraform file, so those are not visible in the GitHub UI:
Notice: main.tf:23:26: Notice - "default.mysql5.6" is default parameter group. You cannot edit it. (aws_db_instance_default_parameter_group)
Error: main.tf:16:26: Error - "mysql57" is invalid engine. (aws_db_instance_invalid_engine)
The main.tf file is actually global/cdn/content/main.tf in this example. Would it be possible to configure the problem matcher to support a monorepo structure?
We are using tflint for linting a repository with multiple independent (in terms of state) stacks. Our GitHub action loops over all of those stacks (using
--force
) to gather all findings.It seems like anntotations are not using the full path of the affected terraform file, so those are not visible in the GitHub UI:
The
main.tf
file is actuallyglobal/cdn/content/main.tf
in this example. Would it be possible to configure the problem matcher to support a monorepo structure?Might be related to #19
The text was updated successfully, but these errors were encountered: