github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/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