Skip to content

Commit

Permalink
fix(ec2-network-interfaces): set description property
Browse files Browse the repository at this point in the history
  • Loading branch information
apgrucza committed Jan 31, 2025
1 parent 7702444 commit 0fed945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/ec2-network-interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func (l *EC2NetworkInterfaceLister) List(_ context.Context, o interface{}) ([]re
SubnetID: out.SubnetId,
Status: out.Status,
OwnerID: out.OwnerId,
Description: out.Description,
}

if out.Attachment != nil {
Expand Down

0 comments on commit 0fed945

Please sign in to comment.