Skip to content

Commit

Permalink
Merge pull request #196 from 1Password/fix/pulumi-provider-sync
Browse files Browse the repository at this point in the history
Export provider initialization function
  • Loading branch information
volodymyrZotov authored Aug 26, 2024
2 parents 2eaecc9 + 4b0963f commit c6ac87b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions providerlink/providerlink.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package providerlink

import (
"github.com/1Password/terraform-provider-onepassword/v2/internal/provider"
)

var (
New = provider.New
)

0 comments on commit c6ac87b

Please sign in to comment.