terraform-provider-dominos
terraform-provider-dominos copied to clipboard
On mac, you'll need to rebuild `terraform-provider-dominos`
You'll need to:
- Install go. I used
brew install go
but using a go version manager might be better. - Setup the correct PATHs. I followed https://gist.github.com/wayou/f553c557a8e87d9bf742724e2e612570
- Get the terraform go module
go get github.com/hashicorp/terraform
- Build by running
make
inside this repo dir. - Follow the same steps as the readme by copying the new binary into the plugin directory and making it executable.
Can you submit as a pull request to README.md with these instructions? Very useful.