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

Allow tags to be assigned to ALB resource only #393

Open
visit1985 opened this issue Dec 12, 2024 · 2 comments
Open

Allow tags to be assigned to ALB resource only #393

visit1985 opened this issue Dec 12, 2024 · 2 comments
Labels

Comments

@visit1985
Copy link

visit1985 commented Dec 12, 2024

I'd like to assign a Name tag to my ALB without having to overwrite the same on each listener/target-group etc.

tags = local.tags

Can we provide an additional variable like for security groups?

tags = merge(local.tags, var.security_group_tags)

I can provide a pull request if required.

@bryantbiggs
Copy link
Member

the name of the LB is set via var.name

name = var.name

@visit1985
Copy link
Author

Yes. Nevertheless I would like to create tags that apply to the LB only.

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

No branches or pull requests

2 participants