File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17+ // Package convertersv2 provides conversion functions for AWS SDK V2 types to CAPA types.
1718package convertersv2
1819
1920import (
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ import (
2121 "testing"
2222
2323 v2ec2 "github.com/aws/aws-sdk-go-v2/service/ec2"
24- v2elbv2 "github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2"
2524 v2elb "github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing"
25+ v2elbv2 "github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2"
2626 rgapiv2 "github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi"
2727 rgapit "github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi/types"
2828 "github.com/aws/aws-sdk-go/aws"
Original file line number Diff line number Diff line change @@ -127,4 +127,4 @@ func (s *Service) getProviderOwnedSecurityGroups(ctx context.Context) ([]*AWSRes
127127// }
128128
129129// return resources, nil
130- // }
130+ // }.
You can’t perform that action at this time.
0 commit comments