From 85f11522d1484858bddbae2c12857f38b9d57158 Mon Sep 17 00:00:00 2001 From: Erik Kristensen Date: Mon, 23 Dec 2024 12:09:26 -0700 Subject: [PATCH] fix(ec2-tgw): ensure state is set --- resources/ec2-tgw.go | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/ec2-tgw.go b/resources/ec2-tgw.go index eada36ec..9e6f5a54 100644 --- a/resources/ec2-tgw.go +++ b/resources/ec2-tgw.go @@ -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, }) }