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
Describe the issue
I have installed the repo and down with the below commands
mkdir -p "${GOPATH}/src/github.com/danitso"
cd "${GOPATH}/src/github.com/danitso"
git clone [email protected]:danitso/terraform-provider-proxmox
cd "${GOPATH}/src/github.com/danitso/terraform-provider-proxmox"
make build
Where I will find the binary file for terraform-provider-proxmox so I can copy that in terraform plugins
Need further help
The text was updated successfully, but these errors were encountered:
Describe the issue
I have installed the repo and down with the below commands
mkdir -p "${GOPATH}/src/github.com/danitso"
cd "${GOPATH}/src/github.com/danitso"
git clone [email protected]:danitso/terraform-provider-proxmox
cd "${GOPATH}/src/github.com/danitso/terraform-provider-proxmox"
make build
Where I will find the binary file for terraform-provider-proxmox so I can copy that in terraform plugins
Need further help
The text was updated successfully, but these errors were encountered: