Skip to content

Commit

Permalink
Refactored cpd.go
Browse files Browse the repository at this point in the history
  • Loading branch information
aliceh committed May 15, 2024
1 parent 27c6ce3 commit c0786da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit c0786da

Please sign in to comment.