Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Sep 24, 2024
1 parent 5b543fd commit 5c57065
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ func Provider() tfbridge.ProviderInfo {
"mongodbatlas_privatelink_endpoint_service": {Tok: makeResource(mainMod, "PrivateLinkEndpointService")},

"mongodbatlas_push_based_log_export": {
ComputeID: tfbridge.DelegateIDField("projectId", "mongodbatlas", "https://github.com/pulumi/pulumi-mongodbatlas"),
ComputeID: tfbridge.DelegateIDField(
"projectId",
"mongodbatlas",
"https://github.com/pulumi/pulumi-mongodbatlas"),
},

"mongodbatlas_cloud_provider_access_authorization": {Docs: noUpstreamDocs},
Expand Down

0 comments on commit 5c57065

Please sign in to comment.