Skip to content

Commit

Permalink
Enable accurate bridge previews by default (#1042)
Browse files Browse the repository at this point in the history
This enables the Accurate Previews bridge feature for the
pulumi-cloudflare 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 70029f5 commit b56c95a
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 @@ -251,6 +251,7 @@ func Provider() info.Provider {
},
},
EnableZeroDefaultSchemaVersion: true,
EnableAccurateBridgePreview: true,
}

prov.MustComputeTokens(tfbridgetokens.SingleModule("cloudflare_", mainMod,
Expand Down

0 comments on commit b56c95a

Please sign in to comment.