Skip to content

Commit

Permalink
Go tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjhumphrey committed Sep 7, 2022
1 parent fb78f32 commit acee778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iamy/resourcegroupstagging.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package iamy
import (
"log"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi"
"github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/resourcegroupstaggingapiiface"
Expand All @@ -14,7 +14,7 @@ type resourceGroupsTaggingAPIClient struct {
}

func newResourceGroupsTaggingAPIClient(sess *session.Session) *resourceGroupsTaggingAPIClient {
// Force us of us-east-1 otherwise tags will not be returned for global resources
// Force us of us-east-1 otherwise tags will not be returned for global resources
return &resourceGroupsTaggingAPIClient{
resourcegroupstaggingapi.New(sess, aws.NewConfig().WithRegion("us-east-1")),
}
Expand Down

0 comments on commit acee778

Please sign in to comment.