Skip to content

Commit 9893dc0

Browse files
authored
Merge pull request #57 from szuecs/drop-legacy-support
2 parents 3874297 + d9777f7 commit 9893dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/aws/aws.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ func (p *AWSProvider) getEgressStack(ctx context.Context) (cftypes.Stack, error)
683683
}
684684

685685
for _, stack := range resp.Stacks {
686-
if cloudformationHasTags(tags, stack.Tags) || aws.ToString(stack.StackName) == staticLagacyStackName {
686+
if cloudformationHasTags(tags, stack.Tags) {
687687
egressStack = stack
688688
break
689689
}

0 commit comments

Comments
 (0)