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

Feature request: Support tagging of ELB and GATEWAY through terraform #34

Open
arvindsree opened this issue Sep 11, 2019 · 1 comment
Open

Comments

@arvindsree
Copy link
Collaborator

arvindsree commented Sep 11, 2019

Created from #88 on behalf of @infa-apatel

image

@jeremyodle
Copy link

It would be great if ALL Aviatrix resources supported tagging where the underlying AWS resources supported them. I would also include descriptions if possible. We utilize tagging for our clients to manage multiple use cases including (but not limited to): 1) billing and cost management, 2) inventory management, 3) DevOps/automation, 4) security, and 5) IAM controls.

I'd also suggest implementing a map(string) instead of a list(string) for the tag type. This way you can utilize merge() functions without having to transform typical tag maps into the Aviatrix resources (e.g. tag_list = compact(distinct([for tag, value in local.tags : format("%s:%s", tag, value)])) vs. tags = local.tags).

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

No branches or pull requests

2 participants