aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/hashicorp/terraform/helper/plugin/doc.go
blob: 82b5937bfe226925bef8c9bce57d85d6284396c8 (plain) (blame)
1
2
3
4
5
6
// Package plugin contains types and functions to help Terraform plugins
// implement the plugin rpc interface.
// The primary Provider type will be responsible for converting from the grpc
// wire protocol to the types and methods known to the provider
// implementations.
package plugin