Skip to content

Commit

Permalink
Enable accurate bridge previews by default (#646)
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 4101d0f commit ee5cef9
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 @@ -133,6 +133,7 @@ func Provider() tfbridge.ProviderInfo {
},
},
EnableZeroDefaultSchemaVersion: true,
EnableAccurateBridgePreview: true,
}

prov.RenameResourceWithAlias("postgresql_default_privileges", makeResource(mainMod, "DefaultPrivileg"),
Expand Down

0 comments on commit ee5cef9

Please sign in to comment.