Skip to content

Commit f9c7101

Browse files
committed
refactor(ec2-vpc-endpoint-connection): switch to exported field
1 parent 58a5b77 commit f9c7101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/ec2-vpc-endpoint-connection.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func (l *EC2VPCEndpointConnectionLister) List(_ context.Context, o interface{})
5252
VPCEndpointID: endpointConnection.VpcEndpointId,
5353
State: endpointConnection.VpcEndpointState,
5454
Owner: endpointConnection.VpcEndpointOwner,
55-
tags: endpointConnection.Tags,
55+
Tags: endpointConnection.Tags,
5656
})
5757
}
5858

@@ -72,7 +72,7 @@ type EC2VPCEndpointConnection struct {
7272
VPCEndpointID *string
7373
State *string
7474
Owner *string
75-
tags []*ec2.Tag
75+
Tags []*ec2.Tag
7676
}
7777

7878
func (r *EC2VPCEndpointConnection) Filter() error {

0 commit comments

Comments
 (0)