We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40b0783 commit fa36b79Copy full SHA for fa36b79
.dockerignore
@@ -0,0 +1,2 @@
1
+Dockerfile
2
+Dockerfile.dev
README.md
@@ -1,2 +1,17 @@
-# terraboard
+# Terraboard
+
3
Web Dashboard to inspect Terraform States
4
5
6
+## Using with Docker
7
8
+```shell
9
+$ docker run -d -p 80:80 \
10
+ -e AWS_REGION=<AWS_DEFAULT_REGION> \
11
+ -e AWS_ACCESS_KEY_ID=<AWS_ACCESS_KEY_ID> \
12
+ -e AWS_SECRET_ACCESS_KEY=<AWS_SECRET_ACCESS_KEY> \
13
+ -e AWS_BUCKET=<terraform-bucket> \
14
+ camptocamp/terraboard:latest
15
+```
16
17
+and point your browser to http://localhost
static/c2c-logo.png
10.3 KB
0 commit comments