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

Fixes #103: add PropagateAtLaunch tag to ELBs #105

Merged
merged 1 commit into from
Feb 15, 2021
Merged

Conversation

tobiasmcnulty
Copy link
Member

This adds a missing PropagateAtLaunch property to ELB tags, and also fixes a missing tag on EKS NodeGroups.

Fixes #103.

@tobiasmcnulty tobiasmcnulty mentioned this pull request Feb 14, 2021
1 task
if isinstance(resource.Tags, Tags):
resource.Tags = Tags(**common_tags) + resource.Tags
elif isinstance(resource.Tags, autoscaling.Tags):
resource.Tags = autoscaling.Tags(**common_tags) + resource.Tags
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! This looks related to what @dchukhin was seeing recently.

@tobiasmcnulty tobiasmcnulty merged commit 8f9692c into main Feb 15, 2021
@tobiasmcnulty tobiasmcnulty deleted the 103-elb-tags branch February 17, 2021 15:38
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

Successfully merging this pull request may close these issues.

PropagateAtLaunch Required For Common Tag In AutoScalingGroup
2 participants