Skip to content

Commit

Permalink
provider link to be able to use from pulumi
Browse files Browse the repository at this point in the history
  • Loading branch information
laliconfigcat committed Jan 21, 2025
1 parent 4acfdd1 commit d0afc27
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 (
provider "github.com/configcat/terraform-provider-configcat/v5/internal/configcat"
)

var (
New = provider.New
)

0 comments on commit d0afc27

Please sign in to comment.