Skip to content

Commit

Permalink
Deprecate WithPlanResourceChange (#690)
Browse files Browse the repository at this point in the history
Removes a deprecated function
  • Loading branch information
guineveresaenger authored Nov 9, 2024
1 parent 2c6385a commit dacfd43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ var managedByPulumi = &tfbridge.DefaultInfo{Value: "Managed by Pulumi"}
var metadata []byte

func Provider() tfbridge.ProviderInfo {
p := shimv2.NewProvider(auth0Shim.NewProvider(),
shimv2.WithPlanResourceChange(func(string) bool { return true }))
p := shimv2.NewProvider(auth0Shim.NewProvider())

prov := tfbridge.ProviderInfo{
P: p,
Expand Down

0 comments on commit dacfd43

Please sign in to comment.