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

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

Open
hans-d opened this issue Dec 22, 2024 · 0 comments
Open

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

hans-d opened this issue Dec 22, 2024 · 0 comments

Comments

@hans-d
Copy link

hans-d commented Dec 22, 2024

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

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