We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6425ec8 commit 44d76a4Copy full SHA for 44d76a4
internal/grpcwrap/provisioner.go
@@ -29,6 +29,8 @@ func Provisioner(p provisioners.Interface) tfplugin5.ProvisionerServer {
29
type provisioner struct {
30
provisioner provisioners.Interface
31
schema *configschema.Block
32
+
33
+ tfplugin5.UnimplementedProvisionerServer
34
}
35
36
func (p *provisioner) GetSchema(_ context.Context, req *tfplugin5.GetProvisionerSchema_Request) (*tfplugin5.GetProvisionerSchema_Response, error) {
0 commit comments