Skip to content

No hardcoded tags like terraform-aws-modules = "lambda" #651

Closed
@hans-d

Description

@hans-d

Is your request related to a problem? Please describe.

I'd like to be in control of the tags being set. In this case, this module adds an extra tag that IMHO does not add value. In the PR where it was added, no explanation s given except being a feature...

{ terraform-aws-modules = "lambda" }

tags = merge(
{ terraform-aws-modules = "lambda" },
var.tags,
var.function_tags
)

This is inside a lambda resource...

Describe the solution you'd like.

Remove it, or make it optional.

Describe alternatives you've considered.

Local "patching"

Additional context

introduced in #583

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