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

aws lb target group names are terraform ids (unreadable) #881

Open
Tracked by #867
YuryHrytsuk opened this issue Nov 20, 2024 · 0 comments
Open
Tracked by #867

aws lb target group names are terraform ids (unreadable) #881

YuryHrytsuk opened this issue Nov 20, 2024 · 0 comments

Comments

@YuryHrytsuk
Copy link
Collaborator

YuryHrytsuk commented Nov 20, 2024

Actual state

Many aws lb target groups have unclear name (e.g. tf-2023XX...XXX001)

Desired state

All aws lb target groups have clear names (e.g. lb-tg-ops-k8s-dev-32080)

Implementation remarks

To define a name use name field.

Change of the name destroy resources with an old name which may lead to downtime ⚠️

To handle change of the name gracefully, 2 step terraform apply might be required (first add new target groups with clear names, second remove old groups with random names)

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