Home
last modified time | relevance | path

Searched refs:DataSourceSchemas (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/terraform/terraform-1.0.11/internal/command/jsonprovider/
H A Dprovider.go23 DataSourceSchemas map[string]*schema `json:"data_source_schemas,omitempty"` member
68 DataSourceSchemas: ds,
H A Dprovider_test.go98 DataSourceSchemas: map[string]*schema{
/dports/sysutils/terraform/terraform-1.0.11/internal/command/
H A Dproviders_schema_test.go112 DataSourceSchemas map[string]interface{} `json:"data_source_schemas,omitempty"` member
/dports/sysutils/terraform/terraform-1.0.11/internal/grpcwrap/
H A Dprovider6.go32 DataSourceSchemas: make(map[string]*tfplugin6.Schema),
56 resp.DataSourceSchemas[typ] = &tfplugin6.Schema{
H A Dprovider.go32 DataSourceSchemas: make(map[string]*tfplugin5.Schema),
56 resp.DataSourceSchemas[typ] = &tfplugin5.Schema{
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/helper/plugin/
H A Dgrpc_provider.go51 DataSourceSchemas: make(map[string]*proto.Schema),
66 resp.DataSourceSchemas[typ] = &proto.Schema{
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/helper/plugin/
H A Dgrpc_provider.go51 DataSourceSchemas: make(map[string]*proto.Schema),
66 resp.DataSourceSchemas[typ] = &proto.Schema{
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/plugin/
H A Dgrpc_provider.go145 for name, data := range protoResp.DataSourceSchemas {
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/plugin/
H A Dgrpc_provider.go146 for name, data := range protoResp.DataSourceSchemas {
/dports/sysutils/terraform/terraform-1.0.11/internal/plugin/
H A Dgrpc_provider.go160 for name, data := range protoResp.DataSourceSchemas {
H A Dgrpc_provider_test.go69 DataSourceSchemas: map[string]*proto.Schema{
/dports/sysutils/terraform/terraform-1.0.11/internal/plugin6/
H A Dgrpc_provider.go167 for name, data := range protoResp.DataSourceSchemas {
H A Dgrpc_provider_test.go76 DataSourceSchemas: map[string]*proto.Schema{
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/tfplugin5/
H A Dtfplugin5.pb.go819DataSourceSchemas map[string]*Schema `protobuf:"bytes,3,rep,name=data_source_schemas,json=dataS… member
867 return m.DataSourceSchemas
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/internal/tfplugin5/
H A Dtfplugin5.pb.go871DataSourceSchemas map[string]*Schema `protobuf:"bytes,3,rep,name=data_source_schemas,json=dataS… member
918 return m.DataSourceSchemas
/dports/sysutils/terraform/terraform-1.0.11/internal/tfplugin6/
H A Dtfplugin6.pb.go1592DataSourceSchemas map[string]*Schema `protobuf:"bytes,3,rep,name=data_source_schemas,json=dataSour… member
1645 return x.DataSourceSchemas
/dports/sysutils/terraform/terraform-1.0.11/internal/tfplugin5/
H A Dtfplugin5.pb.go1572DataSourceSchemas map[string]*Schema `protobuf:"bytes,3,rep,name=data_source_schemas,json=dataSour… member
1625 return x.DataSourceSchemas