Since I have been working on the Terraform VCF Provider, I use it as an example. Build On my Mac, I built the Terraform provider for Windows. GOOS=windows GOARCH=amd64 go build -o terraform-provider-vcf.exe Install Terraform Step 1: From the download, extract the executable to a directory, for example c:\terraform Step 2: Add the folder to …
Continue reading Build and Run a Custom Build Terraform Provider on Windows