You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the Go documentation for this project available at https://pkg.go.dev/github.com/hashicorp/terraform-plugin-go is fairly comprehensive for describing low level details, it can be challenging to tease out higher level concepts or functionality which having website documentation similar to SDKv2 and the framework would be very helpful for provider developers.
For example:
Terraform Plugin Protocol at a glance and how to inspect it (since this is important when working at this layer)
Creating gRPC servers
Environment variables used to control logging, contextual log key descriptions
Using tftypes.UnknownValue to indicate computed values will change, but also that it cannot be used during apply
(Needs more consideration, maybe its own section) Using terraform-plugin-mux to merge providers
When to use terraform-plugin-go, versus the other frameworks
terraform-plugin-go version
Use cases
While the Go documentation for this project available at https://pkg.go.dev/github.com/hashicorp/terraform-plugin-go is fairly comprehensive for describing low level details, it can be challenging to tease out higher level concepts or functionality which having website documentation similar to SDKv2 and the framework would be very helpful for provider developers.
For example:
tftypes.UnknownValue
to indicate computed values will change, but also that it cannot be used during applyProposal
Create new section on the Terraform documentation website, e.g. https://www.terraform.io/plugin/go
Update https://www.terraform.io/plugin/which-sdk with appropriate details about when to use terraform-plugin-go.
References
The text was updated successfully, but these errors were encountered: