terraform/plugin
James Bardin c1d4a63fae GRPCProvider and GRPCProvisioner clients
Here we add the GRPCProvisioner and GRPCProvider which implement the
core provisioners.Interface and providers.Interface, and translate
betweeen the core types and the grpc protocol.
2018-10-16 18:58:49 -07:00
..
discovery plugin/discovery: add function to filter list of versions by those which 2018-10-16 18:58:49 -07:00
mock_proto generate mocks for some of the grpc interfaces 2018-10-16 18:58:49 -07:00
proto grpc proto fixes 2018-10-16 18:58:49 -07:00
client.go specify a logger for go-plugin 2017-08-15 14:34:04 -04:00
conversions.go GRPCProvider and GRPCProvisioner clients 2018-10-16 18:58:49 -07:00
conversions_test.go GRPCProvider and GRPCProvisioner clients 2018-10-16 18:58:49 -07:00
grpc_provider.go GRPCProvider and GRPCProvisioner clients 2018-10-16 18:58:49 -07:00
grpc_provider_test.go GRPCProvider and GRPCProvisioner clients 2018-10-16 18:58:49 -07:00
grpc_provisioner.go GRPCProvider and GRPCProvisioner clients 2018-10-16 18:58:49 -07:00
grpc_provisioner_test.go GRPCProvider and GRPCProvisioner clients 2018-10-16 18:58:49 -07:00
plugin.go Use hashicorp/go-plugin for plugin system 2016-05-10 14:14:47 -04:00
plugin_test.go Use hashicorp/go-plugin for plugin system 2016-05-10 14:14:47 -04:00
resource_provider.go core: terraform.ResourceProvider.GetSchema method 2017-10-17 07:23:41 -07:00
resource_provider_test.go plugin: implement ResourceProvider.Stop 2016-10-25 12:08:36 -07:00
resource_provisioner.go GRPCProvider and GRPCProvisioner clients 2018-10-16 18:58:49 -07:00
resource_provisioner_test.go plugin: add ResourceProvisioner.Stop API 2017-01-26 15:03:27 -08:00
serve.go plugin: bump protocol version 2017-03-01 14:42:33 -08:00
ui_input.go Use hashicorp/go-plugin for plugin system 2016-05-10 14:14:47 -04:00
ui_input_test.go Use hashicorp/go-plugin for plugin system 2016-05-10 14:14:47 -04:00
ui_output.go Use hashicorp/go-plugin for plugin system 2016-05-10 14:14:47 -04:00
ui_output_test.go Use hashicorp/go-plugin for plugin system 2016-05-10 14:14:47 -04:00