mirror of https://github.com/hashicorp/terraform
Often when developing a plugin it's only necessary to rebuild that plugin.
Here we add a simple Makefile target that makes that easy:
make plugin-dev PLUGIN=provider-aws
Since it's only building one package and it's only building for the
host architecture, this just uses "go install" directly, rather than using
gox as we do when installing multiple packages, possibly for multiple
architectures.
pull/3265/head^2
parent
719e8c956e
commit
3af5552b54
Loading…
Reference in new issue