Closed oleg-codaio closed 5 years ago
Looks like this repo hasn't been moved to terraform-providers, so I was having trouble compiling it. Also made sure to install the dependencies in make build and added a make install to place the binary where needed on *nix systems.
terraform-providers
make build
make install
Thanks a lot. I meant to push the renaming too, glad someone else caught it.
Cheers, f
Looks like this repo hasn't been moved to
terraform-providers
, so I was having trouble compiling it. Also made sure to install the dependencies inmake build
and added amake install
to place the binary where needed on *nix systems.