Home
last modified time | relevance | path

Searched refs:tfplugin5 (Results 1 – 20 of 20) sorted by relevance

/dports/sysutils/terraform/terraform-1.0.11/internal/grpcwrap/
H A Dprovider.go30 resp := &tfplugin5.GetProviderSchema_Response{
35 resp.Provider = &tfplugin5.Schema{
36 Block: &tfplugin5.Schema_Block{},
42 resp.ProviderMeta = &tfplugin5.Schema{
43 Block: &tfplugin5.Schema_Block{},
50 resp.ResourceSchemas[typ] = &tfplugin5.Schema{
152 resp := &tfplugin5.Configure_Response{}
171 resp := &tfplugin5.ReadResource_Response{}
382 func (p *provider) Stop(context.Context, *tfplugin5.Stop_Request) (*tfplugin5.Stop_Response, error)…
383 resp := &tfplugin5.Stop_Response{}
[all …]
H A Dprovisioner.go31 …(p *provisioner) GetSchema(_ context.Context, req *tfplugin5.GetProvisionerSchema_Request) (*tfplu…
32 resp := &tfplugin5.GetProvisionerSchema_Response{}
34 resp.Provisioner = &tfplugin5.Schema{
35 Block: &tfplugin5.Schema_Block{},
46 resp := &tfplugin5.ValidateProvisionerConfig_Response{}
63 func (p *provisioner) ProvisionResource(req *tfplugin5.ProvisionResource_Request, srv tfplugin5.Pro…
66 srvResp := &tfplugin5.ProvisionResource_Response{}
94 func (p *provisioner) Stop(context.Context, *tfplugin5.Stop_Request) (*tfplugin5.Stop_Response, err…
95 resp := &tfplugin5.Stop_Response{}
106 srv tfplugin5.Provisioner_ProvisionResourceServer
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/plugin/mock_proto/
H A Dmock.go10 tfplugin5 "github.com/hashicorp/terraform/internal/tfplugin5" packageName
47 ret0, _ := ret[0].(*tfplugin5.ApplyResourceChange_Response)
67 ret0, _ := ret[0].(*tfplugin5.Configure_Response)
87 ret0, _ := ret[0].(*tfplugin5.GetProviderSchema_Response)
107 ret0, _ := ret[0].(*tfplugin5.ImportResourceState_Response)
127 ret0, _ := ret[0].(*tfplugin5.PlanResourceChange_Response)
167 ret0, _ := ret[0].(*tfplugin5.ReadDataSource_Response)
187 ret0, _ := ret[0].(*tfplugin5.ReadResource_Response)
200 …viderClient) Stop(arg0 context.Context, arg1 *tfplugin5.Stop_Request, arg2 ...grpc.CallOption) (*t…
207 ret0, _ := ret[0].(*tfplugin5.Stop_Response)
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/provider-terraform/main/
H A Dmain.go13 GRPCProviderFunc: func() tfplugin5.ProviderServer {
/dports/sysutils/terraform/terraform-1.0.11/internal/provisioner-local-exec/main/
H A Dmain.go13 GRPCProvisionerFunc: func() tfplugin5.ProvisionerServer {
/dports/sysutils/terraform/terraform-1.0.11/internal/provider-simple/main/
H A Dmain.go12 GRPCProviderFunc: func() tfplugin5.ProviderServer {
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/tfplugin5/
H A Dgenerate.sh16 protoc -I ./ tfplugin5.proto --go_out=plugins=grpc:./
H A Dtfplugin5.proto21 package tfplugin5; package
H A Dtfplugin5.pb.go4 package tfplugin5 package
/dports/sysutils/terraform/terraform-1.0.11/internal/tfplugin5/
H A Dgenerate.sh16 protoc --go_out=paths=source_relative,plugins=grpc:. ./tfplugin5.proto
H A Dtfplugin5.proto20 option go_package = "github.com/hashicorp/terraform/internal/tfplugin5";
22 package tfplugin5; package
H A Dtfplugin5.pb.go26 package tfplugin5 package
/dports/sysutils/terraform/terraform-1.0.11/
H A DMakefile18 bash internal/tfplugin5/generate.sh
/dports/sysutils/terraform/terraform-1.0.11/internal/command/e2etest/
H A Dunmanaged_test.go16 tfplugin5 "github.com/hashicorp/terraform/internal/plugin" packageName
279 "provider": &tfplugin5.GRPCProviderPlugin{
/dports/sysutils/terraform/terraform-1.0.11/docs/plugin-protocol/
H A DREADME.md77 version 5 uses the package name `tfplugin5`, and one day major version 6
174 protoc --python_out=. --grpc_python_out=. tfplugin5.1.proto
189 targeting major version 5 you might call your package or module `tfplugin5`.
H A Dtfplugin5.2.proto20 option go_package = "github.com/hashicorp/terraform/internal/tfplugin5";
22 package tfplugin5; package
H A Dtfplugin5.0.proto21 package tfplugin5; package
H A Dtfplugin5.1.proto21 package tfplugin5; package
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/
H A Dglide.lock185 - internal/tfplugin5
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/internal/tfplugin5/
H A Dtfplugin5.pb.go4 package tfplugin5 package