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

Detect merged tags #211

Open
lijok opened this issue Sep 10, 2020 · 0 comments
Open

Detect merged tags #211

lijok opened this issue Sep 10, 2020 · 0 comments

Comments

@lijok
Copy link

lijok commented Sep 10, 2020

A very common pattern for terraform resources is to have common tags defined in locals, and then use terraforms merge function to merge in extra resource-specific tags, per resource
i.e tags = merge(local.tags, {Name="hasura"})

I can see the linter detects tags referenced in locals, however, doesn't resolve merged tags

Would it be possible to add this functionality?

Thank you

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

No branches or pull requests

1 participant