customize and make tfgen
This commit is contained in:
11
provider/shim/shim.go
Normal file
11
provider/shim/shim.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package shim
|
||||
|
||||
import (
|
||||
tfprovider "github.com/hashicorp/terraform-plugin-framework/provider"
|
||||
"github.com/lxc/terraform-provider-incus/internal/provider"
|
||||
)
|
||||
|
||||
// Provider returns a Terraform Plugin Framework provider
|
||||
func Provider() func() tfprovider.Provider {
|
||||
return provider.NewIncusProvider("dev")
|
||||
}
|
||||
Reference in New Issue
Block a user