We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32c0325 + a7c88b3 commit eef5adeCopy full SHA for eef5ade
thunder-service/job/aws_addresses.go
@@ -48,7 +48,7 @@ func (job *AwsDataRetrieveJob) FetchAwsUnusedIPAddresses(profile model.AwsProfil
48
}
49
50
for _, w := range resultec2Svc.Addresses {
51
- if *w.AssociationId == "" {
+ if w.AssociationId == nil || *w.AssociationId == "" {
52
var objectName string
53
54
for _, name := range w.Tags {
0 commit comments