Skip to content

Commit fa36b79

Browse files
committed
Add missing files and README instructions
1 parent 40b0783 commit fa36b79

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.dockerignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Dockerfile
2+
Dockerfile.dev

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1-
# terraboard
1+
# Terraboard
2+
23
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
Loading

0 commit comments

Comments
 (0)