Skip to content

Commit

Permalink
Merge pull request #390 from ma3574/ec2-vpc-endpoint-connection-tags
Browse files Browse the repository at this point in the history
feat(ec2-vpc-endpoint-connection): add tags to properties
  • Loading branch information
ekristen authored Oct 18, 2024
2 parents 2019c48 + f9c7101 commit 4ca430c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/ec2-vpc-endpoint-connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func (l *EC2VPCEndpointConnectionLister) List(_ context.Context, o interface{})
VPCEndpointID: endpointConnection.VpcEndpointId,
State: endpointConnection.VpcEndpointState,
Owner: endpointConnection.VpcEndpointOwner,
Tags: endpointConnection.Tags,
})
}

Expand All @@ -71,6 +72,7 @@ type EC2VPCEndpointConnection struct {
VPCEndpointID *string
State *string
Owner *string
Tags []*ec2.Tag
}

func (r *EC2VPCEndpointConnection) Filter() error {
Expand Down

0 comments on commit 4ca430c

Please sign in to comment.