terraform-provider-dominos icon indicating copy to clipboard operation
terraform-provider-dominos copied to clipboard

On mac, you'll need to rebuild `terraform-provider-dominos`

Open lamroger opened this issue 5 years ago • 1 comments

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.

lamroger avatar May 03 '19 14:05 lamroger

Can you submit as a pull request to README.md with these instructions? Very useful.

Nowaker avatar May 04 '19 06:05 Nowaker