Skip to content

Commit

Permalink
Merge pull request openshift#2460 from wking/aws-skip-direct-network-…
Browse files Browse the repository at this point in the history
…interface-deletion

pkg/destroy/aws: Stop skipping direct network-interface deletion
  • Loading branch information
openshift-merge-robot authored Oct 7, 2019
2 parents 12fab82 + 686ce5c commit 83be6cf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/destroy/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ func (o *ClusterUninstaller) Run() error {
continue
}

if parsed.Service == "ec2" && strings.HasPrefix(parsed.Resource, "network-interface/") {
arnLogger.Debug("skip direct tag deletion, deleting the VPC should catch this")
continue
}

err = deleteARN(awsSession, parsed, filter, arnLogger)
if err != nil {
arnLogger.Debug(err)
Expand Down

0 comments on commit 83be6cf

Please sign in to comment.