-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
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
Labels
No labels