Skip to content

Commit

Permalink
Update providers/aws/systemsmanager/managedinstances.go
Browse files Browse the repository at this point in the history
Co-authored-by: Azanul Haque <[email protected]>
  • Loading branch information
Horiodino and Azanul authored Jan 24, 2024
1 parent 3af0e07 commit 3c1b7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/aws/systemsmanager/managedinstances.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/tailwarden/komiser/providers"
)

func getManagedEc2(ctx context.Context, client providers.ProviderClient) ([]models.Resource, error) {
func GetManagedEc2(ctx context.Context, client providers.ProviderClient) ([]models.Resource, error) {
resources := make([]models.Resource, 0)

ssmClient := ssm.NewFromConfig(*client.AWSClient)
Expand Down

0 comments on commit 3c1b7b7

Please sign in to comment.