Skip to content

Detect merged tags #211

@lijok

Description

@lijok

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions