Skip to content

Commit

Permalink
Merge pull request #15630 from hakman/automated-cherry-pick-of-#15628…
Browse files Browse the repository at this point in the history
…-upstream-release-1.27

Automated cherry pick of #15628: aws: Allow using the same instance ID as egress for multiple
  • Loading branch information
k8s-ci-robot authored Jul 13, 2023
2 parents 0dd436f + 9b644d4 commit 95a3b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/model/awsmodel/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ func (b *NetworkModelBuilder) Build(c *fi.CloudupModelBuilderContext) error {
Tags: nil, // We don't need to add tags here
}

c.AddTask(in)
c.EnsureTask(in)
} else if strings.HasPrefix(egress, "tgw-") {
tgwID = &egress
} else if egress == "External" {
Expand Down

0 comments on commit 95a3b6d

Please sign in to comment.