Skip to content

Commit

Permalink
enable accurate bridge previews by default (#758)
Browse files Browse the repository at this point in the history
This enables the Accurate Previews bridge feature for the pulumi-datadog
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 a57c941 commit 1e46632
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 @@ -166,6 +166,7 @@ func Provider() tfbridge.ProviderInfo {
Namespaces: namespaceMap,
},
EnableZeroDefaultSchemaVersion: true,
EnableAccurateBridgePreview: true,
}

strategy := tks.KnownModules("datadog_", mainMod, []string{
Expand Down

0 comments on commit 1e46632

Please sign in to comment.