Terrastate acts as an HTTP backend for Terraform which can store the state
content remotely for you to keep it outside of the repositories containing your
.tf
files. This is a great alternative if you are not hosting your stuff on
AWS.
You can download prebuilt binaries from our GitHub releases or our download mirror. Beside that we are publishing Docker images to Docker Hub and Quay. If you need further guidance how to install this take a look at our documentation.
Make sure you have a working Go environment, for further reference or a guide take a look at the install instructions. This project requires Go >= v1.17, at least that's the version we are using.
git clone https://github.com/webhippie/terrastate.git
cd terrastate
make generate build
./bin/terrastate -h
If you find a security issue please contact [email protected] first.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2018 Thomas Boerger <[email protected]>