github.com/hashicorp/terraform-plugin-sdk@v1.17.2/internal/helper/plugin/doc.go (about)

     1  // Package plugin contains types and functions to help Terraform plugins
     2  // implement the plugin rpc interface.
     3  // The primary Provider type will be responsible for converting from the grpc
     4  // wire protocol to the types and methods known to the provider
     5  // implementations.
     6  package plugin