We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So I run go get https://github.com/camptocamp/terraboard and the go install . compiled and installed it.
go get https://github.com/camptocamp/terraboard
go install .
With following env variables set
AWS_SECRET_ACCESS_KEY=1xxxxxx AWS_ACCESS_KEY_ID=AKIAJMCDDREEFEEDE AWS_REGION=ap-southeast-2 AWS_BUCKET=blah-tfstates
λ terraboard INFO[0000] Automigrate INFO[0000] New db is &{<nil> <nil> 0 0xc42024c3c0 false 2 {0xc42022c910} <nil> map[] 0xc42013f830 0x4c25160 0xc42025a560 false} INFO[0000] Refreshing DB from S3
But running terraboard only create a sqlite db then quit.
What have I done wrong?
The text was updated successfully, but these errors were encountered:
That is most certainly because Terraboard tries to listen on port 80 and you don't have the privileges for that. You could try to run it with sudo.
sudo
I will go ahead and change the port to 8080 instead.
8080
Sorry, something went wrong.
bae3ae3
For the record, I made the port configurable in fc4eaef (see ./terraboard -h).
./terraboard -h
No branches or pull requests
So I run
go get https://github.com/camptocamp/terraboard
and the
go install .
compiled and installed it.With following env variables set
But running terraboard only create a sqlite db then quit.
What have I done wrong?
The text was updated successfully, but these errors were encountered: