Skip to content

Commit 961193d

Browse files
authoredJan 17, 2025··
enable accurate bridge previews by default (#672)
This enables the Accurate Previews bridge feature for the pulumi-mongodbatlas provider. This should improve the quality of our previews for the provider. Part of pulumi/pulumi-terraform-bridge#2598
1 parent 2439795 commit 961193d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎provider/resources.go

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ func Provider() tfbridge.ProviderInfo {
157157
},
158158
},
159159
EnableZeroDefaultSchemaVersion: true,
160+
EnableAccurateBridgePreview: true,
160161
}
161162

162163
prov.MustComputeTokens(tks.SingleModule("mongodbatlas_", mainMod,

0 commit comments

Comments
 (0)
Please sign in to comment.