Skip to content

Commit

Permalink
Enable accurate bridge previews by default (#689)
Browse files Browse the repository at this point in the history
This enables the Accurate Previews bridge feature for the provider.

part of pulumi/pulumi-terraform-bridge#2598
  • Loading branch information
VenelinMartinov authored Jan 17, 2025
1 parent 4d24483 commit 7043b87
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 @@ -129,6 +129,7 @@ func Provider() tfbridge.ProviderInfo {
},
},
EnableZeroDefaultSchemaVersion: true,
EnableAccurateBridgePreview: true,
}

return info
Expand Down

0 comments on commit 7043b87

Please sign in to comment.