Skip to content

Commit

Permalink
refactor: rename providers to meta (#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin authored Nov 20, 2023
1 parent a13ada5 commit 6818261
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkg/providers/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
)

type AWS struct {
Providers []TerraformProvider
Meta Meta
AccessAnalyzer accessanalyzer.AccessAnalyzer
APIGateway apigateway.APIGateway
Athena athena.Athena
Expand Down Expand Up @@ -74,3 +74,7 @@ type AWS struct {
SSM ssm.SSM
WorkSpaces workspaces.WorkSpaces
}

type Meta struct {
TFProviders []TerraformProvider
}

0 comments on commit 6818261

Please sign in to comment.