You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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 downtimeTo 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)
The text was updated successfully, but these errors were encountered: