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: scripted local build process for docker images 2017-08-14 12:16:21 -07:00
build.sh Uses the current working directory to name the built binary 2017-10-30 10:49:47 -07:00
changelog-links.sh Fixed regexp to process comma-separated links to github issues in CHANGELOG.md 2016-10-27 20:07:37 +02:00
debug-terraform scripts: helper for launching Terraform in the dlv debugger 2017-10-16 17:51:54 -07:00
dist.sh
generate-plugins.go Add salt-masterless provisioner 2017-08-07 10:00:29 -04:00
generate-plugins_test.go remove hard-coded opc provider and providers tests 2017-06-12 13:42:07 -04:00
gofmtcheck.sh
gogetcookie.sh Update our go.googlesource.com rate-limit cookie 2017-10-06 11:43:28 -07:00
travis.sh