Documentation
¶
There is no documentation for this package.
Directories
¶
Path | Synopsis |
---|---|
examples
|
|
internal
|
|
Package tfprovider is a client library for the Terraform provider plugin API, allowing Go programs to call into Terraform provider plugins without using code from Terraform itself.
|
Package tfprovider is a client library for the Terraform provider plugin API, allowing Go programs to call into Terraform provider plugins without using code from Terraform itself. |
internal/common
Package common contains some types and functions that both the public tfprovider package and the internal protocol-version-specific implementations need to refer to.
|
Package common contains some types and functions that both the public tfprovider package and the internal protocol-version-specific implementations need to refer to. |
internal/protocol5
Package protocol5 implements the tfprovider package API using major version 5 of the Terraform provider plugin protocol.
|
Package protocol5 implements the tfprovider package API using major version 5 of the Terraform provider plugin protocol. |
internal/protocol6
Package protocol6 implements the tfprovider package API using major version 6 of the Terraform provider plugin protocol.
|
Package protocol6 implements the tfprovider package API using major version 6 of the Terraform provider plugin protocol. |
Click to show internal directories.
Click to hide internal directories.