mirror of https://github.com/hashicorp/terraform
This patch allows `build.sh` to be used with terraform plugins to easily create cross-platform packages, using the same method as the terraform Makefile: ``` mkdir scripts curl https://raw.githubusercontent.com/hashicorp/terraform/master/scripts/build.sh -o scripts/build.sh TF_RELEASE=1 sh -c "scripts/build.sh" # make bin ```pull/16502/head
parent
288f7c00e4
commit
55d4e460de
Loading…
Reference in new issue