diff --git a/pkg/providers/aws/aws.go b/pkg/providers/aws/aws.go index 883a7b795..f5b412a5c 100755 --- a/pkg/providers/aws/aws.go +++ b/pkg/providers/aws/aws.go @@ -38,7 +38,7 @@ import ( ) type AWS struct { - Providers []TerraformProvider + Meta Meta AccessAnalyzer accessanalyzer.AccessAnalyzer APIGateway apigateway.APIGateway Athena athena.Athena @@ -74,3 +74,7 @@ type AWS struct { SSM ssm.SSM WorkSpaces workspaces.WorkSpaces } + +type Meta struct { + TFProviders []TerraformProvider +}