Skip to content

Commit

Permalink
Works for me
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysmdnz committed May 17, 2023
1 parent 1427815 commit abd1dd9
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 @@ -46,7 +46,7 @@ func preConfigureCallback(vars resource.PropertyMap, c shim.ResourceConfig) erro
// Provider returns additional overlaid schema and metadata associated with the provider..
func Provider() tfbridge.ProviderInfo {
// Instantiate the Terraform provider
p := shimv2.NewProvider(provider.New("dev")())
p := shimv2.NewProvider(provider.New(version.Version)())

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

0 comments on commit abd1dd9

Please sign in to comment.