diff --git a/pkg/utils/network.go b/pkg/utils/network.go index f1eed6c7..e5514ebe 100644 --- a/pkg/utils/network.go +++ b/pkg/utils/network.go @@ -11,7 +11,7 @@ import ( // Try and find a Route Table associated with the given subnet -func findRouteTableForSubnet(subnetID string, awsClient aws.Client) (string, error) { +func FindRouteTableForSubnet(awsClient aws.Client, subnetID string) (string, error) { var routeTable string describeRouteTablesOutput, err := awsClient.DescribeRouteTables(&ec2.DescribeRouteTablesInput{