Skip to content

Commit

Permalink
Deprecate WithPlanResourceChange (#802)
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 092372c commit 8631d6e
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 @@ -71,8 +71,7 @@ func makeResource(mod string, res string) tokens.Type {
// Provider returns additional overlaid schema and metadata associated with the provider..
func Provider() tfbridge.ProviderInfo {
// Instantiate the Terraform provider
p := shimv2.NewProvider(github.Provider(),
shimv2.WithPlanResourceChange(func(string) bool { return true }))
p := shimv2.NewProvider(github.Provider())

// Create a Pulumi provider mapping
prov := tfbridge.ProviderInfo{
Expand Down

0 comments on commit 8631d6e

Please sign in to comment.