Skip to content

Commit

Permalink
ci: Make VPC endpoints a regional resources (#5300)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam authored Dec 12, 2023
1 parent deec56d commit 4d7cb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hack/resource/pkg/resourcetypes/vpc_endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (v *VPCEndpoint) String() string {
}

func (v *VPCEndpoint) Global() bool {
return true
return false
}

func (v *VPCEndpoint) Get(ctx context.Context, clusterName string) (ids []string, err error) {
Expand Down

0 comments on commit 4d7cb57

Please sign in to comment.