Skip to content

Commit

Permalink
Merge pull request #471 from ekristen/fix-ec2-tgw2
Browse files Browse the repository at this point in the history
fix(ec2-tgw): ensure state is set
  • Loading branch information
ekristen authored Dec 23, 2024
2 parents d7267ba + 85f1152 commit 8604ffb
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 8604ffb

Please sign in to comment.