terraform/scripts
Loren Gordon 55d4e460de Uses the current working directory to name the built binary
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
```
2017-10-30 10:49:47 -07:00
..
docker-release
build.sh Uses the current working directory to name the built binary 2017-10-30 10:49:47 -07:00
changelog-links.sh
debug-terraform scripts: helper for launching Terraform in the dlv debugger 2017-10-16 17:51:54 -07:00
dist.sh
generate-plugins.go
generate-plugins_test.go
gofmtcheck.sh
gogetcookie.sh
travis.sh