Skip to content

Commit

Permalink
enable accurate bridge previews by default (#672)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
VenelinMartinov authored Jan 17, 2025
1 parent 2439795 commit 961193d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ func Provider() tfbridge.ProviderInfo {
},
},
EnableZeroDefaultSchemaVersion: true,
EnableAccurateBridgePreview: true,
}

prov.MustComputeTokens(tks.SingleModule("mongodbatlas_", mainMod,
Expand Down

0 comments on commit 961193d

Please sign in to comment.