Skip to content

Commit

Permalink
enable PRC by default in datadog
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinMartinov committed Jul 16, 2024
1 parent 2b96ca7 commit 4617cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var metadata []byte

func Provider() tfbridge.ProviderInfo {
p := pfbridge.MuxShimWithPF(context.Background(),
shimv2.NewProvider(datadog.Provider()),
shimv2.NewProvider(datadog.Provider(), shimv2.WithPlanResourceChange(func(tfResourceType string) bool { return true })),
fwprovider.New(),
)
prov := tfbridge.ProviderInfo{
Expand Down

0 comments on commit 4617cbc

Please sign in to comment.