|
|
|
|
@ -3,6 +3,7 @@ Terraform
|
|
|
|
|
|
|
|
|
|
- Website: https://www.terraform.io
|
|
|
|
|
- [](https://gitter.im/hashicorp-terraform/Lobby)
|
|
|
|
|
[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fhashicorp%2Fterraform?ref=badge_shield)
|
|
|
|
|
- Mailing list: [Google Groups](http://groups.google.com/group/terraform-tool)
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
@ -159,3 +160,7 @@ For example, run the following command to build terraform in a linux-based conta
|
|
|
|
|
```sh
|
|
|
|
|
docker run --rm -v $(pwd):/go/src/github.com/hashicorp/terraform -w /go/src/github.com/hashicorp/terraform -e XC_OS=darwin -e XC_ARCH=amd64 golang:latest bash -c "apt-get update && apt-get install -y zip && make bin"
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fhashicorp%2Fterraform?ref=badge_large)
|