Skip to content

Commit

Permalink
Added NAT gateways API
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Feb 11, 2025
1 parent 04e234f commit a7986a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/aws/ec2.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package aws

func GetNatsByVpcIdE(t *testing.T, vpcId string, awsRegion string) ([]types.NatGateway, error) {

Check failure on line 3 in pkg/aws/ec2.go

View workflow job for this annotation

GitHub Actions / Run Tests

undefined: testing

Check failure on line 3 in pkg/aws/ec2.go

View workflow job for this annotation

GitHub Actions / Run Tests

undefined: types
client, err := aws.NewEc2ClientE(t, awsRegion)

Check failure on line 4 in pkg/aws/ec2.go

View workflow job for this annotation

GitHub Actions / Run Tests

undefined: aws
if err != nil {
Expand Down

0 comments on commit a7986a9

Please sign in to comment.