From 5c57065e59146bad8b8d10997979a45ce7b03f19 Mon Sep 17 00:00:00 2001 From: guineveresaenger Date: Mon, 23 Sep 2024 17:12:21 -0700 Subject: [PATCH] lint --- provider/resources.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/provider/resources.go b/provider/resources.go index 68fbda9e..96110c6f 100644 --- a/provider/resources.go +++ b/provider/resources.go @@ -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},