Skip to content

Commit

Permalink
Export provider initialization function to be able to use in the pulu…
Browse files Browse the repository at this point in the history
…mi provider
  • Loading branch information
volodymyrZotov committed Aug 23, 2024
1 parent 2eaecc9 commit 4b0963f
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 4b0963f

Please sign in to comment.