-
Notifications
You must be signed in to change notification settings - Fork 78
Description
Hi. I am author pseudo-dynamic/Terraform.Provider.Scaffolding that is written in C# and uses PseudoDynamic.Terraform.Toolset as provider framework.
I wanted to ask you kindly, whether you would like to support specifying a path to a custom provider binary, so that I can point to the Terraform provider artifact compiled by dotnet.
For reference: This is the repository I would like to generate a Terraform provider plugin documentation for: pseudo-dynamic/Terraform.Provider.Scaffolding, but this requires an extension to tfplugindocs as it seems that the go build procedure is a fixed part of the tfplugindocs generate command.
So my question is, would you consider to add support for external Terraform plugin provider binaries by supporting specifiying a path pointing to the external Terraform plugin provider?