Skip to content

Commit

Permalink
Fix provider import
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Dec 26, 2023
1 parent ac81d5a commit bd43258
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 @@ -58,7 +58,7 @@ func Provider() tfbridge.ProviderInfo {
// Create a Pulumi provider mapping
prov := tfbridge.ProviderInfo{
// Instantiate the Terraform provider
P: shimv2.NewProvider(xyz.Provider()),
P: shimv2.NewProvider(xyz.New(version.Version)()),
Name: "xyz",
// DisplayName is a way to be able to change the casing of the provider
// name when being displayed on the Pulumi registry
Expand Down

0 comments on commit bd43258

Please sign in to comment.