Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinMartinov committed Jan 31, 2025
1 parent 96f9e38 commit 5240fe7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ const (
gcpActiveDirectory = "ActiveDirectory" // Active Directory resources
gcpAlloydb = "Alloydb" // Alloydb resources
// nolint:revive
gcpApiGateway = "ApiGateway" // ApiGateway resources
gcpApiGateway = "ApiGateway" // ApiGateway resources
//nolint:revive
gcpApiHub = "ApiHub" // ApiHub resources
gcpApigee = "Apigee" // Apigee resources
gcpAppEngine = "AppEngine" // AppEngine resources
Expand Down Expand Up @@ -174,7 +175,7 @@ var moduleMapping = map[string]string{
"active_directory": gcpActiveDirectory,
"alloydb": gcpAlloydb,
"api_gateway": gcpApiGateway,
"apihub": gcpApiHub,
"apihub": gcpApiHub,
"apigee": gcpApigee,
"app_engine": gcpAppEngine,
"apphub": "Apphub",
Expand Down

0 comments on commit 5240fe7

Please sign in to comment.