Skip to content

Commit

Permalink
fix(ec2-tgw): ensure state is set
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Dec 23, 2024
1 parent eeb0f02 commit 85f1152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/ec2-tgw.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func (l *EC2TGWLister) List(_ context.Context, o interface{}) ([]resource.Resour
ID: tgw.TransitGatewayId,
OwnerID: tgw.OwnerId,
Tags: tgw.Tags,
State: tgw.State,
accountID: opts.AccountID,
})
}
Expand Down

0 comments on commit 85f1152

Please sign in to comment.